User`s guide
FUNCTIONS
SDK SECTION 11
Page 147
GetNumberDevices
unsigned int WINAPI GetNumberDevices (int* numDevs)
Description THIS FUNCTION IS RESERVED.
GetNumberFKVShiftSpeeds
unsigned int WINAPI GetNumberFKVShiftSpeeds(int* number)
Description
As your Andor SDK system is capable of operating at more than one fast kinetics vertical
shift speed this function will return the actual number of speeds available.
Parameters
int* number: number of allowed speeds
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
Number of speeds returned.
System not initialized.
Acquisition in progress.
See also
GetFKVShiftSpeedF, SetFKVShiftSpeed
NOTE: Only available if camera is Classic or iStar.
GetNumberHorizontalSpeeds
unsigned int WINAPI GetNumberHorizontalSpeeds(int* number)
Description
Deprecated see Note:
As your Andor SDK system is capable of operating at more than one horizontal shift
speed this function will return the actual number of speeds available.
Parameters
int* number: number of allowed horizontal speeds
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
Number of speeds returned.
System not initialized.
Acquisition in progress.
See also
GetHorizontalSpeed, SetHorizontalSpeed
NOTE: Deprecated by GetNumberHSSpeeds