|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
| get_segment_apps (segment) | |
| get_session_apps (confdb, session_name="") | |
| get_apps_in_any_session (confdb) | |
| enable_resource_in_session (db, str session_name, list[str] resource, bool disable) | |
| session.enable_resource_in_session | ( | db, | |
| str | session_name, | ||
| list[str] | resource, | ||
| bool | disable ) |
Script to enable or disable (-d) Resources from the first Session of the specified OKS database file
Definition at line 60 of file session.py.
| session.get_apps_in_any_session | ( | confdb | ) |
Gather the applications used in any session present in the database
Definition at line 42 of file session.py.
| session.get_segment_apps | ( | segment | ) |
Gather the list of applications in the segment and its sub-segments
Definition at line 3 of file session.py.
| session.get_session_apps | ( | confdb, | |
| session_name = "" ) |
Gather the apps defined used in a session.
Definition at line 20 of file session.py.