Click or drag to resize

Calibration Class

A dynamic structure describing a calibration event.
Inheritance Hierarchy
SystemObject
  CFX.StructuresCalibration

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class Calibration

The Calibration type exposes the following members.

Constructors
 NameDescription
Public methodCalibration 
Top
Properties
 NameDescription
Public propertyCalibrationCode A vendor-specific string based code identifying the specific calibration performed
Public propertyCalibrationTime

** NOTE: ADDED in CFX 1.3 **

Optional, when the calibration was performed
Public propertyCalibrationType An enumeration indicated the type of calibration that was performed
Public propertyComments Free form comments related to this particular calibration
Public propertyStatus

** NOTE: ADDED in CFX 1.3 **

Describes the status of the calibration that was performed (e.g. Undefined, Failed, Ok)
Top
See Also