|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
| debug (obj, device) | |
| inspect (obj, nodes) | |
| ipy (ctx) | |
| uuid (obj) | |
| sfpexpander (obj) | |
| scan_i2c (obj) | |
| pll (obj) | |
| fanout_sfpscan (obj) | |
| sfp_status (obj) | |
| readSFPStatus (aEEProm, aDiag, aLabel) | |
| lm75_temp_read (obj) | |
| gib (obj, force) | |
| reset_switch (obj) | |
| reset_expander (obj) | |
| monitor_exp_intr (obj, no_end, no_exp_read) | |
| reset_pll (obj, clocksource) | |
| monitor_pll_intr (obj, no_end) | |
| timing.cli.debug.debug | ( | obj, | |
| device ) |
Timing master commands. DEVICE: uhal device identifier
Definition at line 29 of file debug.py.
| timing.cli.debug.fanout_sfpscan | ( | obj | ) |
Definition at line 240 of file debug.py.
| timing.cli.debug.gib | ( | obj, | |
| force ) |
Definition at line 499 of file debug.py.
| timing.cli.debug.inspect | ( | obj, | |
| nodes ) |
Definition at line 64 of file debug.py.
| timing.cli.debug.ipy | ( | ctx | ) |
Start an interactive IPython session. The board HwInterface is accessible as 'lDevice'
Definition at line 79 of file debug.py.
| timing.cli.debug.lm75_temp_read | ( | obj | ) |
Definition at line 403 of file debug.py.
| timing.cli.debug.monitor_exp_intr | ( | obj, | |
| no_end, | |||
| no_exp_read ) |
Definition at line 586 of file debug.py.
| timing.cli.debug.monitor_pll_intr | ( | obj, | |
| no_end ) |
Definition at line 732 of file debug.py.
| timing.cli.debug.pll | ( | obj | ) |
Definition at line 218 of file debug.py.
| timing.cli.debug.readSFPStatus | ( | aEEProm, | |
| aDiag, | |||
| aLabel ) |
Definition at line 325 of file debug.py.
| timing.cli.debug.reset_expander | ( | obj | ) |
Definition at line 537 of file debug.py.
| timing.cli.debug.reset_pll | ( | obj, | |
| clocksource ) |
Definition at line 685 of file debug.py.
| timing.cli.debug.reset_switch | ( | obj | ) |
Definition at line 516 of file debug.py.
| timing.cli.debug.scan_i2c | ( | obj | ) |
Definition at line 156 of file debug.py.
| timing.cli.debug.sfp_status | ( | obj | ) |
Definition at line 272 of file debug.py.
| timing.cli.debug.sfpexpander | ( | obj | ) |
Definition at line 128 of file debug.py.
| timing.cli.debug.uuid | ( | obj | ) |
Definition at line 95 of file debug.py.