Click or drag to resize

CoverCalibratorOpenCover Method

Initiates cover opening if a cover is present

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntax
public void OpenCover()

Implements

ICoverCalibratorV2OpenCover
Exceptions
ExceptionCondition
MethodNotImplementedExceptionWhen CoverState returns NotPresent.
NotConnectedExceptionIf the device is not connected.
DriverExceptionAn 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.
Remarks

While the cover is opening CoverState must return Moving.

When the cover is open CoverState must return Open.

If an error condition arises while moving between states, CoverState must be set to Error rather than Unknown.

See Also