ICameraV4CoolerOn 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: 7.1.3+4851.c5da65c2b
bool 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.
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ICamera | Platform 5.0 | Member added. |