ICameraV2CCDTemperature Property |
Returns the current CCD temperature in degrees Celsius.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax double CCDTemperature { get; }
ReadOnly Property CCDTemperature As Double
Get
property double CCDTemperature {
double get ();
}
Property Value
Type:
DoubleThe CCD temperature.
Exceptions Exception | Condition |
---|
InvalidValueException | Must throw exception if data unavailable. |
Remarks Must be implemented, must not throw a PropertyNotImplementedException.
Only valid if CanSetCCDTemperature is true.
See Also