Skip to content

API updates

Daniel Spitzbart requested to merge api_devel into master

Update module_links endpoint, new data structure is a dictionary of modules holding dictionaries of ETROCs with dictionaries of links, e.g.

- Module 0:
  - ETROC 0:
    - link 0: {'lpGBT': #, 'link': #, 'locked': true/false}
    - link 1: {'lpGBT': #, 'link': #, 'locked': true/false}
  - ETROC 1:
    - ...
  - ...
- Module 1:
  - ...
    - ...

Endpoint /etroc_status now gets the actual status if a ETROC2 chip is connected.

Merge request reports