|
||||
|
|
|
|
|
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 | Starts the acquisition. The device stays in state MOVING until StopAcquisition is called. |
StopAcquisition | DEV_VOID | DEV_VOID | OPERATOR | Stops data acquisition. |
StartSingleAcquisition | DEV_VOID | DEV_VOID | OPERATOR | For all acquisition modes where the number of frames is known at start time (Accumulate, KineticSeries, SingleScan) this command will run the acquisition until the number of expected frames were collected and then stop the acquisition and set device state back to ON. |