Skip to content

Add RAMPDAC* set of tests.

Karol Krizka requested to merge kk_rampdac into activeTB

The RAMPDAC*, where * is the DAC field name not including DAC, have been added to advanced tests. These tests scan all possible values of the DAC setting (0 to 0xFF, inclusive) and measure the output value using an external ADC and the internal AM.

They are run as part of the advanced tests.

A few other changes:

  • AMACv2::AM is now a enum class.
  • Added AMACv2::Map_AMStr to map the AM enum to a string representation for printing.
  • Rename DACCALy to DACCaly for consistency with other DAC fields.

Merge request reports