This module is part of the Python Pool libray. It defines the class for an acquisition
Classes
Bases: sardana.pool.poolaction.PoolAction
Prepares everything for acquisition and starts it.
Param: | config |
---|
Determines if we are in acquisition or if the acquisition has ended based on the current unit trigger modes and states returned by the controller(s)
Parameters: | states (dict<PoolElement, State>) – a map containing state information as returned by read_state_info |
---|---|
Returns: | returns True if in acquisition or False otherwise |
Return type: | bool |