Click or drag to resize

CameraSetCCDTemperature Property

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

Namespace:  ASCOM.DriverAccess
Assembly:  ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public double SetCCDTemperature { get; set; }

Property Value

Type: Double
The set CCD temperature.

Implements

ICameraV3SetCCDTemperature
Exceptions
ExceptionCondition
InvalidValueExceptionMust throw an InvalidValueException if an attempt is made to set a value is outside the camera's valid temperature setpoint range.
PropertyNotImplementedExceptionMust throw exception if CanSetCCDTemperature is False.
NotConnectedExceptionIf the device is not connected.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request.
Remarks

The driver should throw an InvalidValueException if an attempt is made to set SetCCDTemperature outside the valid range for the camera. As an assistance 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