ICoverCalibratorV1CoverState 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 cover's state e.g. if the hardware does not report the open / closed state and the cover 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 OpenCover or CloseCover commands as required.
If the cover 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 e.g. Open or Closed and driving the hardware to this state when Connected is set .