Skip to content

Allow for mux64 configuration setting

Different changes implemented to allow for a configuration input for mux64 chip:

  • Modified tamalero/ReadoutBoard.py to read voltages from mux64 for a given configuration
  • Modified tamalero/utils.py to update config structure accounting for mux64 inputs
  • Modified test_tamalero.py to include mux64 as an option
  • Added working mux64 configuration file: mux64_v2.yaml

Test with:

ipython3 -i test_tamalero.py -- --kcu 192.168.0.11 --verbose --adcs --power_up --configuration mux64
rb.read_all_mux64_data()
rb.read_mux_test_board(20)
Edited by Celia Fernandez Madrazo

Merge request reports