CalibratorStatus Enumeration

Describes the state of a calibration device

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public enum CalibratorStatus

Remarks

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.

Members

NotPresent0 This device does not have a calibration capability
Off1 The calibrator is off
NotReady2 The calibrator is stabilising or is not yet in the commanded state
Ready3 The calibrator is ready for use
Unknown4 The calibrator state is unknown
Error5 The calibrator encountered an error when changing state

Version Information

.NET Standard

Supported in: 2.0

See Also