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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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 propertyMeasurements

** NOTE: ADDED in CFX 2.0 **

A list of measurements taken during 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