DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
io (obj, device) | |
reset (ctx, obj, soft, clocksource, forcepllcfg) | |
freq (obj) | |
status (ctx, obj, verbose) | |
clkstatus (ctx, obj, verbose) | |
dacsetup (ctx, obj, value) | |
sfpstatus (ctx, obj, sfp_id) | |
switchsfptx (ctx, obj, sfp_id, on) | |
switchsfpmux (obj, mux) | |
print_hardware_info (ctx, obj) | |
timing.cli.io.clkstatus | ( | ctx, | |
obj, | |||
verbose ) |
Definition at line 174 of file io.py.
timing.cli.io.dacsetup | ( | ctx, | |
obj, | |||
value ) |
Definition at line 199 of file io.py.
timing.cli.io.freq | ( | obj | ) |
Definition at line 131 of file io.py.
timing.cli.io.io | ( | obj, | |
device ) |
Timing master commands. DEVICE: uhal device identifier
Definition at line 38 of file io.py.
timing.cli.io.print_hardware_info | ( | ctx, | |
obj ) |
Definition at line 315 of file io.py.
timing.cli.io.reset | ( | ctx, | |
obj, | |||
soft, | |||
clocksource, | |||
forcepllcfg ) |
Perform a hard reset on a timing board, including \b - ipbus registers - i2c buses - pll and pll configuration
Definition at line 78 of file io.py.
timing.cli.io.sfpstatus | ( | ctx, | |
obj, | |||
sfp_id ) |
Read SFP status
Definition at line 218 of file io.py.
timing.cli.io.status | ( | ctx, | |
obj, | |||
verbose ) |
Definition at line 155 of file io.py.
timing.cli.io.switchsfpmux | ( | obj, | |
mux ) |
Definition at line 296 of file io.py.
timing.cli.io.switchsfptx | ( | ctx, | |
obj, | |||
sfp_id, | |||
on ) |
Toggle SFP tx disable reg (if supported)
Definition at line 269 of file io.py.