User`s guide

FUNCTIONS
SDK SECTION 11
Page 129
GetFastestRecommendedVSSpeed
unsigned int WINAPI GetFastestRecommendedVSSpeed (int* index, float* speed)
Description
As your Andor SDK system may be capable of operating at more than one vertical shift
speed this function will return the fastest recommended speed available. The very high
readout speeds, may require an increase in the amplitude of the Vertical Clock Voltage
using
SetVSAmplitude. This function returns the fastest speed which does not require the
Vertical Clock Voltage to be adjusted. The values returned are the vertical shift speed
index and the actual speed in microseconds per pixel shift.
Parameters
Int* index: index of the fastest recommended vertical shift speed
float* speed: speed in microseconds per pixel shift.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
Speed returned.
System not initialized.
Acquisition in progress.
See also
GetVSSpeed, GetNumberVSSpeeds, SetVSSpeed
GetFIFOUsage
unsigned int WINAPI GetFIFOUsage (int* FIFOusage)
Description THIS FUNCTION IS RESERVED.
GetFilterMode
unsigned int WINAPI GetFilterMode(int* mode)
Description
This function returns the current state of the cosmic ray filtering mode.
Parameters
int* mode: current state of filter
0 OFF
2 ON
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
Filter mode returned.
System not initialized.
Acquisition in progress.
See also
SetFilterMode