ICalibration2 Members
- Mise à jour2023-02-21
- Temps de lecture : 3 minute(s)
The ICalibration2 type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCalibration | Reads the current calibration settings for a channel. | |
| GetRawValue | Gets the raw value reading for a calibrated channel. For input channels, the raw value is the value read from the device. For output channels, the raw value is the value written to the device. | |
| GetRawValues | Gets the raw value readings for a list of calibrated channels. For input channels, the raw value is the value read from the device. For output channels, the raw value is the value written to the device. | |
| IsUsingLegacyCalibration | Checks whether the system is using Legacy calibration or not. | |
| RemoveCalibration | Removes polynomial calibration on the channel. | |
| SetCalibration | Sets polynomial calibration on the channel. |
Events
| Name | Description | |
|---|---|---|
| OnCalibrationUpdate | Callback invoked when a calibration is written. |