ICameraV2SetCCDTemperature Property
Sets the camera cooler setpoint in degrees Celsius, and returns the current setpoint.

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

Property Value

Type: Double
The set CCD temperature.
Exceptions
ExceptionCondition
DriverExceptionMust throw exception if command not successful.
InvalidValueExceptionMust throw an InvalidValueException if an attempt is made to set a value is outside the camera's valid termperature setpoint range.
PropertyNotImplementedExceptionMust throw exception if CanSetCCDTemperature is false.
NotConnectedExceptionThrown if the driver is not connected.
Remarks

The driver should throw an InvalidValueException if an attempt is made to set SetCCDTemperature outside the valid range for the camera. As an assitance to driver authors, to protect equipment and prevent harm to individuals, Conform will report an issue if it is possible to set SetCCDTemperature below -280C or above +100C.

Note: Camera hardware and/or driver should perform cooler ramping, to prevent thermal shock and potential damage to the CCD array or cooler stack.
See Also