User`s guide
FUNCTIONS
SDK SECTION 11
Page 236
SetOverlapMode
unsigned int WINAPI SetOverlapMode (int mode)
Description
This function will set whether an acquisition will readout in Overlap Mode. If the
acquisition mode is Single Scan or Fast Kinetics this call will have no affect.
Parameters
int mode: mode
0 OFF
1 ON
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Overlap mode set.
System not initialized.
Acquisition in progress.
Invalid parameter.
See also
SetAcquisitionMode
NOTE: Only available if CCD is an Overlap sensor.