change ADC overflow tests to reflect new readout configuration
Compare changes
Files
7
Monitors/dq-module/H-DQ+Gate_O4.json
0 → 100644
+ 156
− 0
This MR changes the DQ flags to test the overflow status of the new OMC adc channels rather than those used in O3. The old and new channels are:
< "0/H1:FEC-8_ADC_OVERFLOW_ACC_0_12",
< "0/H1:FEC-8_ADC_OVERFLOW_ACC_0_13"
---
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_0",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_1",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_4",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_5",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_8",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_9",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_12",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_13"
The channel changes have only been implemented at LHO, but in anticipation of the same changes being implemented at LLO, I have
I have verified that the new channels are available in the broadcast frames.
Closes #62 (closed)