User`s guide

FUNCTIONS
SDK SECTION 11
Page 161
GetTemperatureRange
unsigned int WINAPI GetTemperatureRange(int* mintemp, int* maxtemp)
Description
This function returns the valid range of temperatures in centigrads to which the detector
can be cooled.
Parameters
int* mintemp: minimum temperature
int* maxtemp: maximum temperature
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
Temperature range returned.
System not initialized.
Acquisition in progress.
See also
GetTemperature, GetTemperatureF, SetTemperature, CoolerON, CoolerOFF
GetTemperatureStatus
unsigned int WINAPI GetTemperatureStatus (float *SensorTemp, float *TargetTemp, float
*AmbientTemp, float *CoolerVolts)
Description THIS FUNCTION IS RESERVED.
GetTotalNumberImagesAcquired
unsigned int WINAPI GetTotalNumberImagesAcquired(long* index)
Description
This function will return the total number of images acquired since the current acquisition
started. If the camera is idle the value returned is the number of images acquired during
the last acquisition.
Parameters
long* index: returns the total number of images acquired since the acquisition started.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
Number of acquired images returned.
System not initialized.