User`s guide
FUNCTIONS
SDK SECTION 11
Page 160
GetTemperature
unsigned int WINAPI GetTemperature(int* temperature)
Description
This function returns the temperature of the detector to the nearest degree. It also gives
the status of cooling process.
Parameters
int* temperature: temperature of the detector
Return
unsigned int
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
DRV_TEMP_OFF
DRV_TEMP_STABILIZED
DRV_TEMP_NOT_REACHED
DRV_TEMP_DRIFT
DRV_TEMP_NOT_STABILIZED
System not initialized.
Acquisition in progress.
Unable to communicate with card.
Temperature is OFF.
Temperature has stabilized at set point.
Temperature has not reached set point.
Temperature had stabilized but has since drifted
Temperature reached but not stabilized
See also
GetTemperatureF, SetTemperature, CoolerON, CoolerOFF, GetTemperatureRange
GetTemperatureF
unsigned int WINAPI GetTemperatureF(float* temperature)
Description
This function returns the temperature in degrees of the detector. It also gives the status of
cooling process.
Parameters
float* temperature: temperature of the detector
Return
unsigned int
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
DRV_TEMP_OFF
DRV_TEMP_STABILIZED
DRV_TEMP_NOT_REACHED
DRV_TEMP_DRIFT
DRV_TEMP_NOT_STABILIZED
System not initialized.
Acquisition in progress.
Unable to communicate with card.
Temperature is OFF.
Temperature has stabilized at set point.
Temperature has not reached set point.
Temperature had stabilised but has since drifted
Temperature reached but not stabilized
See also
GetTemperature, SetTemperature, CoolerON, CoolerOFF, GetTemperatureRange