User`s guide

FUNCTIONS
SDK SECTION 11
Page 257
SetVSSpeed
unsigned int WINAPI SetVSSpeed(int index)
Description
This function will set the vertical speed to be used for subsequent acquisitions
Parameters
int index: index into the vertical speed table
Valid values 0 to
GetNumberVSSpeeds-1
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Vertical speed set.
System not initialized.
Acquisition in progress.
Index out of range.
See also GetNumberVSSpeeds, GetVSSpeed, GetFastestRecommendedVSSpeed
ShutDown
unsigned int WINAPI ShutDown(void)
Description
This function will close the AndorMCD system down.
Parameters
NONE
Return
unsigned int
DRV_SUCCESS System shut down.
See also
CoolerOFF, CoolerON, SetTemperature, GetTemperature
NOTE:
1. For Classic & ICCD systems, the temperature of the detector should be above -20ÂșC before
shutting down the system.
2. When dynamically loading a DLL which is statically linked to the SDK library, ShutDown MUST be
called before unloading.