Click or drag to resize

DomeOpenShutter Method

Open shutter or otherwise expose telescope to the sky.

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

Implements

IDomeV3OpenShutter
Exceptions
ExceptionCondition
MethodNotImplementedExceptionIf the method is not implemented
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
Raises an error if not supported or if a communications failure occurs.
See Also