User`s guide
FUNCTIONS
SDK SECTION 11
Page 131
GetFKVShiftSpeedF
unsigned int WINAPI GetFKVShiftSpeedF(int index, float* speed)
Description
As your Andor 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
float* 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: Only available if camera is Classic or iStar.