ICameraV3SetCCDTemperature Property |
Sets the camera cooler setpoint in degrees Celsius, and returns the current setpoint.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxdouble SetCCDTemperature { get; set; }Property SetCCDTemperature As Double
Get
Set
property double SetCCDTemperature {
double get ();
void set (double value);
}Property Value
DoubleThe set CCD temperature.
Exceptions
RemarksThe 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