User`s guide

FUNCTIONS
SDK SECTION 11
Page 151
GetNumberVerticalSpeeds
unsigned int WINAPI GetNumberVerticalSpeeds(int* number)
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 number of speeds available.
Parameters
int* number: number of allowed vertical speeds
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
Number of speeds returned.
System not initialized.
Acquisition in progress.
See also
GetVerticalSpeed, SetVerticalSpeed
NOTE: Deprecated by GetNumberVSSpeeds
GetNumberVSAmplitudes
unsigned int WINAPI GetNumberVSAmplitudes (int* number)
Description
This function will normally return the number of vertical clock voltage amplitues that the
camera has.
Parameters
int *number:
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_AVAILABLE
Number returned
System not initialized
Your system does not support this feature
GetNumberVSSpeeds
unsigned int WINAPI GetNumberVSSpeeds(int* speeds)
Description
As your Andor system may be capable of operating at more than one vertical shift speed
this function will return the actual number of speeds available.
Parameters
int* speeds: number of allowed vertical speeds
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
Number of speeds returned.
System not initialized.
Acquisition in progress.
See also
GetVSSpeed, SetVSSpeed, GetFastestRecommendedVSSpeed