User`s guide
FUNCTIONS
SDK SECTION 11
Page 250
required rate.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
Parameters set.
System not initialized.
Acquisition in progress.
See also
GetSpoolProgress
SetSpoolThreadCount
unsigned int WINAPI SetSpoolThreadCount(int count)
Description
This function sets the number of parallel threads used for writing data to disk when
spooling is enabled. Increasing this to a value greater than the default of 1, can
sometimes improve the data rate to the hard disk particularly with Solid State hard disks.
In other cases increasing this value may actually reduce the rate at which data is written
to disk.
Parameters
int count: The number of threads to use.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Thread count is set.
System not initialized.
Acquisition in progress.
Invalid thread count.
See also
SetSpool
NOTE: This feature is currently only available when using the Neo camera.
SetStorageMode
unsigned int WINAPI SetStorageMode(long mode)
Description THIS FUNCTION IS RESERVED.
SetTemperature
unsigned int WINAPI SetTemperature(int temperature)
Description
This function will set the desired temperature of the detector. To turn the cooling ON and
OFF use the CoolerON and CoolerOFF function respectively.
Parameters
int temperature: the temperature in Centigrade.
Valid range is given by GetTemperatureRange
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
DRV_P1INVALID
DRV_NOT_SUPPORTED
Temperature set.
System not initialized.
Acquisition in progress.
Unable to communicate with card.
Temperature invalid.
The camera does not support setting the temperature.