Calibration |
public sealed class CalibrationMap
The CalibrationMap type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalibrationMap | Creates a CalibrationMap from an array of AxisCalibrations. |
Name | Description | |
---|---|---|
![]() | Axes | Get a list of the AxisCalibration objects. |
![]() | axisCount | The number of axes in the map. |
Name | Description | |
---|---|---|
![]() | GetAxis | Gets an AxisCalibration at a particular index. |
![]() | GetAxisData | Gets a struct containing the calibration data for an Axis at a particular index. |
![]() | GetCalibratedValue | Calibrates the incoming value by the AxisCalibration at a particular index. |
![]() | ImportJsonString | Imports data from a JSON string. |
![]() | ImportXmlString | Imports data from an XML string. |
![]() | Reset | Resets all calibration data to hardware defaults. |
![]() | SetAxisData | Sets calibration settings for an Axis at a particular index. |
![]() | ToJsonString | Exports the map to a JSON string. |
![]() | ToXmlString | Exports the map to an XML string. |