ICameraV2HasShutter Property |
Returns a flag indicating whether this camera has a mechanical shutter
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ReadOnly Property HasShutter As Boolean
Get
property bool HasShutter {
bool get ();
}
Property Value
Type:
Booleantrue if this instance has shutter; otherwise,
false.
Exceptions Exception | Condition |
---|
NotConnectedException | Thrown if the driver is not connected. |
Remarks
If
true, the camera has a mechanical shutter. If
false, the camera does not have
a shutter. If there is no shutter, the
StartExposure command will ignore the
Light parameter.
See Also