DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
endpoint (obj, id, device) | |
freq (obj) | |
enable (ctx, obj, action, address) | |
status (obj, watch, period) | |
readback (obj, readall) | |
timing.cli.endpoint.enable | ( | ctx, | |
obj, | |||
action, | |||
address ) |
Activate timing endpoint wrapper block.
Definition at line 87 of file endpoint.py.
timing.cli.endpoint.endpoint | ( | obj, | |
id, | |||
device ) |
Endpoint master commands. \b DEVICE: uhal device identifier
Definition at line 24 of file endpoint.py.
timing.cli.endpoint.freq | ( | obj | ) |
Definition at line 70 of file endpoint.py.
timing.cli.endpoint.readback | ( | obj, | |
readall ) |
Read the content of the endpoint master readout buffer.
Definition at line 136 of file endpoint.py.
timing.cli.endpoint.status | ( | obj, | |
watch, | |||
period ) |
Display the endpoint status, accepted and rejected command counters
Definition at line 110 of file endpoint.py.