AT-TPC DAQ
latest
Overview of DAQ system
Installation and initial setup
Configuring the system
Logging information about runs
Operating the DAQ system
Developer documentation
Structure of the DAQ system
Modeling the system in code
DAQ system components
Config file sets
Run and experiment metadata
attpcdaq.daq.models.Experiment
attpcdaq.daq.models.RunMetadata
attpcdaq.daq.models.Observable
attpcdaq.daq.models.Measurement
Interacting with the system
Interfacing with the remote processes
Asynchronous tasks and Celery
AT-TPC DAQ
Docs
»
Developer documentation
»
Modeling the system in code
»
attpcdaq.daq.models.Experiment
»
attpcdaq.daq.models.Experiment.is_running
Edit on GitHub
attpcdaq.daq.models.Experiment.is_running
¶
Experiment.
is_running
¶
Whether a run is currently being recorded.
Returns:
True if the latest run has started but not stopped. False otherwise (including if there are no runs).
Return type:
bool