User`s guide

FUNCTIONS
SDK SECTION 11
Page 163
GetVersionInfo
unsigned int WINAPI GetVersionInfo (AT_VersionInfoId arr, char* szVersionInfo, at_u32
ui32BufferLen)
Description
This function retrieves version information about different aspects of the Andor system. The
information is copied into a passed string buffer. Currently, the version of the SDK and the
Device Driver (USB or PCI) is supported.
Parameters
AT_VersionInfoId arr:
AT_SDKVersion: requests the SDK version information
AT_DeviceDriverVersion: requests the device driver version
char* szVersionInfo: A user allocated array of characters for storage of the information
at_u32 ui32BufferLen: The size of the passed character array, versionInfo.
Return
unsigned int
DRV_SUCCESS Information returned
DRV_NOT_INITIALIZED System not initialized
DRV_P1INVALID Invalid information type requested
DRV_P2INVALID Storage array pointer is NULL
DRV_P3INVALID Size of the storage array is zero
See also
GetHeadModel, GetCameraSerialNumber, GetCameraInformation, GetCapabilities
GetVerticalSpeed
unsigned int WINAPI GetVerticalSpeed(int index, int* speed)
Description
Deprecated see Note:
As your Andor system may be capable of operating at more than one vertical 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 GetNumberVerticalSpeeds()-1
int* speed: speed in microseconds 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
GetNumberVerticalSpeeds, SetVerticalSpeed
NOTE: Deprecated by GetVSSpeed.