User`s guide
FUNCTIONS
SDK SECTION 11
Page 93
CoolerON
unsigned int WINAPI CoolerON(void)
Description
Switches ON the cooling. On some systems the rate of temperature change is controlled
until the temperature is within 3ยบ of the set value. Control is returned immediately to the
calling application.
Parameters
NONE
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
Temperature controller switched ON.
System not initialized.
Acquisition in progress.
Unable to communicate with card.
See also
CoolerOFF, SetTemperature, GetTemperature, GetTemperatureF,
GetTemperatureRange, GetStatus
NOTE:
The temperature to which the detector will be cooled is set via SetTemperature. The temperature
stabilization is controlled via hardware, and the current temperature can be obtained via
GetTemperature. The temperature of the sensor is gradually brought to the desired temperature to
ensure no thermal stresses are set up in the sensor.
Can be called for certain systems during an acquisition. This can be tested for using
GetCapabilities.