User`s guide

FUNCTIONS
SDK SECTION 11
Page 103
GetAmpMaxSpeed
unsigned int WINAPI GetAmpMaxSpeed (int index , float* speed)
Description
This function will return the maximum available horizontal shift speed for the amplifier
selected by the index parameter.
Parameters
Int index:amplifier index
float* speed:horizontal shift speed
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_P1INVALID
Speed returned.
System not initialized.
The amplifier index is not valid
See also
GetNumberAmp
GetAvailableCameras
unsigned int WINAPI GetAvailableCameras(long* totalCameras)
Description
This function returns the total number of Andor cameras currently installed. It is possible
to call this function before any of the cameras are initialized.
Parameters
long* totalCameras: the number of cameras currently installed
Return
unsigned int
DRV_SUCCESS
DRV_GENERAL_ERRORS
Number of available cameras returned.
An error occurred while obtaining the number of
available cameras.
See also
SetCurrentCamera, GetCurrentCamera, GetCameraHandle
GetBackground
unsigned int WINAPI GetBackground (at_32* arr, unsigned long size)
Description THIS FUNCTION IS RESERVED.