There is a a setting value to sequence error when doing a global tuning https://github.com/SiLab-Bonn/tj-monopix2-daq/blob/development/tjmonopix2/system/scan_base.py#L793. A simple fix is changing this line to `row['value'] = str(val)`.
There is a a setting value to sequence error when doing a global tuning https://github.com/SiLab-Bonn/tj-monopix2-daq/blob/development/tjmonopix2/system/scan_base.py#L793. A simple fix is changing this line to
row['value'] = str(val).