Andor3Camera Class Commands
Name
Input type
Output type
Level
Description
State DEV_VOID DEV_STATE OPERATOR This command gets the device state (stored in its device_state data member) and returns it to the caller.
Status DEV_VOID CONST_DEV_STRING OPERATOR This command gets the device status (stored in its device_status data member) and returns it to the caller.
StartAcquisition DEV_VOID DEV_VOID OPERATOR Start continuous image acquistion
StopAcquisition DEV_VOID DEV_VOID OPERATOR Stop continuous image acqisition
SoftTrigger DEV_VOID DEV_VOID OPERATOR Take images by using the soft trigger facility of the camera.
Use it like this:

- set attribute TriggerMode to `Software`
- call StartAcqusition and wait for state MOVING
- call SoftTrigger command, one frame will be taken
- call StopAcqusition once you`re done taking frames
StartSingleAcquisition DEV_VOID DEV_VOID OPERATOR Start single image acquisition (you can take more then one frame per
StartSingleAcquisition call by setting attribute FrameCount).
The acquisition will stop after the required number of frames were
received and processed.