Click or drag to resize

CameraCoolerOn Property

Turns on and off the camera cooler, and returns the current on/off state.

Namespace:  ASCOM.DriverAccess
Assembly:  ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public bool CoolerOn { get; set; }

Property Value

Type: Boolean
true if the cooler is on; otherwise, false.

Implements

ICameraV3CoolerOn
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionnot supported
NotConnectedExceptionIf the device is not connected.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request.
Remarks
Warning: turning the cooler off when the cooler is operating at high delta-T (typically >20C below ambient) may result in thermal shock. Repeated thermal shock may lead to damage to the sensor or cooler stack. Please consult the documentation supplied with the camera for further information.
See Also