Click or drag to resize

CalibrationPerformed Class

Sent when calibration of any sort has been performed at an endpoint.
{
  "Calibration": {
    "CalibrationCode": "FID1",
    "CalibrationType": "UnitPosition",
    "Comments": "Position Check.  Fiducial FID1."
    "Status": "Ok"
    "CalibrationTime": null
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceCalibrationPerformed

Namespace: CFX.ResourcePerformance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class CalibrationPerformed : CFXMessage

The CalibrationPerformed type exposes the following members.

Constructors
 NameDescription
Public methodCalibrationPerformed 
Top
Properties
 NameDescription
Public propertyCalibration A dynamic structure describing the calibration that was performed. The structure may varty depending on the native of the calibration.
Top
See Also