User`s guide
FUNCTIONS
SDK SECTION 11
Page 225
SetHSSpeed
unsigned int WINAPI SetHSSpeed(int typ, int index)
Description
This function will set the speed at which the pixels are shifted into the output node during
the readout phase of an acquisition. Typically your camera will be capable of operating at
several horizontal shift speeds. To get the actual speed that an index corresponds to use
the
GetHSSpeed function.
Parameters
int typ: output amplification.
Valid values: 0 electron multiplication/Conventional(clara).
1 conventional/Extended NIR mode(clara).
int index: the horizontal speed to be used
Valid values 0 to GetNumberHSSpeeds()-1
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
DRV_P2INVALID
Horizontal speed set.
System not initialized.
Acquisition in progress.
Mode is invalid.
Index is out off range.
See also
GetNumberHSSpeeds, GetHSSpeed GetNumberAmp