ICameraV2CoolerPower Property
Returns the present cooler power level, in percent.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
double CoolerPower { get; }

Property Value

Type: Double
The cooler power.
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionnot supported
NotConnectedExceptionan error condition such as connection failure is present
Remarks
Returns zero if CoolerOn is false.
See Also