User`s guide
FUNCTIONS
SDK SECTION 11
Page 194
SetAcquisitionMode
unsigned int WINAPI SetAcquisitionMode(int mode)
Description
This function will set the acquisition mode to be used on the next
StartAcquisition.
Parameters
int mode: the acquisition mode.
Valid values:
1 Single Scan
2 Accumulate
3 Kinetics
4 Fast Kinetics
5 Run till abort
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Acquisition mode set.
System not initialized.
Acquisition in progress.
Acquisition Mode invalid.
See also
StartAcquisition
NOTE: In Mode 5 the system uses a “Run Till Abort” acquisition mode. In Mode 5 only, the camera
continually acquires data until the AbortAcquisition function is called. By using the SetDriverEvent
function you will be notified as each acquisition is completed.
SetAcquisitionType
unsigned int WINAPI SetAcquisitionType (int typ)
Description THIS FUNCTION IS RESERVED.
SetADChannel
unsigned int WINAPI SetADChannel(int channel)
Description
This function will set the AD channel to one of the possible A-Ds of the system. This AD
channel will be used for all subsequent operations performed by the system.
Parameters
int index: the channel to be used
Valid values: 0 to GetNumberADChannels-1
Return
unsigned int
DRV_SUCCESS
DRV_P1INVALID
AD channel set.
Index is out off range.
See also
GetNumberADChannels