CalibratorStatus Enumeration
Describes the state of a calibration device
Namespace: ASCOM.Common.DeviceInterfacesAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
public enum CalibratorStatus
Public Enumeration CalibratorStatus
This has an "Unknown" state because the device may not be able to determine the state of the hardware at power up if it doesn't provide this feedback and needs
to be commanded into a known state before use.
| NotPresent | 0 |
This device does not have a calibration capability
|
| Off | 1 |
The calibrator is off
|
| NotReady | 2 |
The calibrator is stabilising or is not yet in the commanded state
|
| Ready | 3 |
The calibrator is ready for use
|
| Unknown | 4 |
The calibrator state is unknown
|
| Error | 5 |
The calibrator encountered an error when changing state
|
Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10