poolmeasurementgroup¶
This module is part of the Python Pool library. It defines the base classes for
Classes
PoolInstrument¶
-
class
PoolMeasurementGroup(**kwargs)[source]¶ Bases:
sardana.pool.poolgroupelement.PoolGroupElement-
DFT_DESC= 'General purpose measurement group'¶
-
add_user_element(element, index=None)[source]¶ Override the base behavior, so the TriggerGate elements are silently skipped if used multiple times in the group
-
load_configuration(force=False)[source]¶ Loads the current configuration to all involved controllers
-
timer¶
-
integration_time¶ the current integration time
-
monitor_count¶ the current monitor count
-
acquisition_mode¶ the current acquisition mode
-
synchronization¶ the current acquisition mode
-
moveable¶ moveable source used in synchronization
-
latency_time¶ latency time between two consecutive acquisitions
-
acquisition¶ acquisition object
-