ICameraV2CCDTemperature Property
Returns the current CCD temperature in degrees Celsius.

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

Property Value

Type: Double
The CCD temperature.
Exceptions
ExceptionCondition
InvalidValueExceptionMust throw exception if data unavailable.
Remarks

Must be implemented, must not throw a PropertyNotImplementedException.

Only valid if CanSetCCDTemperature is true.

See Also