Calibration |
public sealed class CalibrationMap
The CalibrationMap type exposes the following members.
| Name | Description | |
|---|---|---|
| CalibrationMap(AxisCalibration) |
Creates a CalibrationMap from an array of AxisCalibrations.
Obsolete | |
| CalibrationMap(CalibrationMapInitOptions) | Creates a CalibrationMap from incoming options. |
| Name | Description | |
|---|---|---|
| Axes | Get a list of the AxisCalibration objects. | |
| Axes2D | Get a list of the Axis2DCalibration objects. | |
| axis2DCount | The number of 2D axes in the map. | |
| axisCount | The number of axes in the map. |
| Name | Description | |
|---|---|---|
| GetAxis | Gets an AxisCalibration at a particular index. | |
| GetAxis2D | Gets an Axis2DCalibration at a particular index. | |
| GetAxis2DData | Gets a struct containing the calibration data for an Axis2D 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. | |
| GetCalibratedValue2D | Calibrates the incoming value by the Axis2DCalibration 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. | |
| SetAxis2DData | Sets calibration settings for an Axis2D at a particular index. | |
| 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. |