Open shutter or otherwise expose telescope to the sky.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntaxpublic void OpenShutter()
public:
virtual void OpenShutter() sealed
Implements
IDomeV3OpenShutter
ExceptionsException | Condition |
---|
MethodNotImplementedException | If the method is not implemented |
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. |
Remarks
Raises an error if not supported or if a communications failure occurs.
See Also