User`s guide

FUNCTIONS
SDK SECTION 11
Page 130
GetFKExposureTime
unsigned int WINAPI GetFKExposureTime(float* time)
Description
This function will return the current “valid” exposure time for a fast kinetics acquisition. This
function should be used after all the acquisitions settings have been set, i.e.
SetFastKinetics and SetFKVShiftSpeed. The value returned is the actual time used in
subsequent acquisitions.
Parameters
float* time: valid exposure time in seconds
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_INVALID_MODE
Timing information returned.
System not initialized.
Acquisition in progress.
Fast kinetics is not available.
See also
SetFastKinetics, SetFKVShiftSpeed
GetFKVShiftSpeed
unsigned int WINAPI GetFKVShiftSpeed(int index, int* speed)
Description
Deprecated see Note:
As your Andor SDK system is capable of operating at more than one fast kinetics vertical
shift speed this function will return the actual speeds available. The value returned is in
microseconds per pixel shift.
Parameters
int index: speed required
Valid values 0 to GetNumberFKVShiftSpeeds()-1
int* speed: speed in micro-seconds per pixel shift
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Speed returned.
System not initialized.
Acquisition in progress.
Invalid index.
See also
GetNumberFKVShiftSpeeds, SetFKVShiftSpeed
NOTE: Deprecated by GetFKVShiftSpeedF