Turns on and off the camera cooler, and returns the current on/off state.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic bool CoolerOn { get; set; }Public Property CoolerOn As Boolean
Get
Set
public:
virtual property bool CoolerOn {
bool get () sealed;
void set (bool value) sealed;
}Property Value
Booleantrue if the cooler is on; otherwise,
false.
Implements
ICameraV3CoolerOn
Exceptions
RemarksWarning: 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