User`s guide
FUNCTIONS
SDK SECTION 11
Page 123
GetControllerCardModel
unsigned int WINAPI GetControllerCardModel (char* controllerCardModel)
Description
This function will retrieve the type of PCI controller card included in your system. This
function is not applicable for USB systems. The maximum number of characters that can be
returned from this function is 10.
Parameters
char* controllerCardModel: A user allocated array of characters for storage of the controller
card model.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
Name returned.
System not initialized
See also
GetHeadModel, GetCameraSerialNumber, GetCameraInformation, GetCapabilities
GetCountConvertWavelengthRange
unsigned int WINAPI GetCountConvertWavelengthRange(float* min_wave, float* max_wave)
Description
This function returns the valid wavelength range available in Count Convert mode.
Parameters
float* min_wave: minimum wavelength permited.
float* max_wave: maximum wavelength permited.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
Count Convert wavelength set.
System not initialized.
Count Convert not supported on this camera
See also
GetCapabilities, SetCountConvertMode, SetCountConvertWavelength
GetCurrentCamera
unsigned int WINAPI GetCurrentCamera(long* cameraHandle)
Description
When multiple Andor cameras are installed this function returns the handle of the
currently selected one.
Parameters
long* cameraHandle: handle of the currently selected camera
Return
unsigned int
DRV_SUCCESS
Camera handle returned.
See also SetCurrentCamera, GetAvailableCameras, GetCameraHandle