|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
| list[object] | get_segment_apps (object segment) |
| list[object]|None | get_session_apps (conffwk.Configuration confdb, str session_name="") |
| dict[str, list[object]] | get_apps_in_any_session (conffwk.Configuration confdb) |
| None | enable_resource_in_session (conffwk.Configuration db, str session_name, list[str] resource, bool disable) |
| None enable_resource_in_session | ( | conffwk.Configuration | 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.
| dict[str, list[object]] get_apps_in_any_session | ( | conffwk.Configuration | confdb | ) |
Gather the applications used in any session present in the database
Definition at line 42 of file session.py.
| list[object] get_segment_apps | ( | object | segment | ) |
Gather the list of applications in the segment and its sub-segments
Definition at line 3 of file session.py.
| list[object] | None get_session_apps | ( | conffwk.Configuration | confdb, |
| str | session_name = "" ) |
Gather the apps defined used in a session.
Definition at line 20 of file session.py.