User`s guide

FUNCTIONS
SDK SECTION 11
Page 133
GetHorizontalSpeed
unsigned int WINAPI GetHorizontalSpeed(int index, int* speed)
Description
Deprecated see Note:
As your Andor system is capable of operating at more than one horizontal 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 NumberSpeeds-1, where NumberSpeeds is the parameter
returned by
GetNumberHorizontalSpeeds.
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
GetNumberHorizontalSpeeds, SetHorizontalSpeed
NOTE: Deprecated by GetHSSpeed