ICameraV3CoolerOn Property |
Turns on and off the camera cooler, and returns the current on/off state.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxbool CoolerOn { get; set; }Property CoolerOn As Boolean
Get
Set
property bool CoolerOn {
bool get ();
void set (bool value);
}Property Value
Booleantrue if the cooler is on; otherwise,
false.
Exceptions| Exception | Condition |
|---|
| PropertyNotImplementedException | not supported |
| NotConnectedException | If the device is not connected |
| DriverException | An 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. |
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