User`s guide
FUNCTIONS
SDK SECTION 11
Page 220
SetFKVShiftSpeed
unsigned int WINAPI SetFKVShiftSpeed(int index)
Description
This function will set the fast kinetics vertical shift speed to one of the possible speeds of
the system. It will be used for subsequent acquisitions.
Parameters
int index: the speed to be used
Valid values 0 to
GetNumberFKVShiftSpeeds-1
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Fast kinetics vertical shift speed set.
System not initialized.
Acquisition in progress.
Index is out off range.
See also
GetNumberFKVShiftSpeeds, GetFKVShiftSpeedF
NOTE: Only available if camera is Classic or iStar.
SetFPDP
unsigned int WINAPI SetFPDP(int state)
Description THIS FUNCTION IS RESERVED.
SetFrameTransferMode
unsigned int WINAPI SetFrameTransferMode (int mode)
Description
This function will set whether an acquisition will readout in Frame Transfer 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
Frame transfer mode set.
System not initialized.
Acquisition in progress.
Invalid parameter.
See also
SetAcquisitionMode
NOTE: Only available if CCD is a Frame Transfer chip.