ICoverCalibratorV1CalibratorState Property |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
NotConnectedException | If the device is not connected. |
DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
This is a mandatory property that must return a value, it must not throw a PropertyNotImplementedException.
The Unknown state must only be returned if the device is unaware of the calibrator's state e.g. if the hardware does not report the device's state and the calibrator has just been powered on. Clients do not need to take special action if this state is returned, they must carry on as usual, issuing CalibratorOn(Int32) and CalibratorOff commands as required.
If the calibrator hardware cannot report its state, the device could mimic this by recording the last configured state and returning this. Driver authors or device manufacturers may also wish to offer users the capability of powering up in a known state and driving the hardware to this state when Connected is set .