ICameraV2HeatSinkTemperature Property
Returns the current heat sink temperature (called "ambient temperature" by some manufacturers) in degrees Celsius.

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

Property Value

Type: Double
The heat sink temperature.
Exceptions
ExceptionCondition
NotConnectedExceptionMust throw exception if data unavailable.
Remarks
Only valid if CanSetCCDTemperature is true.
See Also