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

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
bool CoolerOn { get; set; }

Property Value

Type: Boolean
true if the cooler is on; otherwise, false.
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionnot supported
NotConnectedExceptionan error condition such as connection failure is present
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