This PR introduces a dedicated external trigger scan (scan_ext_trigger) for measurements utilizing a TLU. Additionally, the old scan_simple.py is changed to scan_source.py and will not support TLU based measurements further.
This way we want to separate between source measurements and beam test measurements with a TLU setup to avoid confusion in the scan naming and calling.
This PR introduces a dedicated external trigger scan (
scan_ext_trigger
) for measurements utilizing a TLU. Additionally, the oldscan_simple.py
is changed toscan_source.py
and will not support TLU based measurements further. This way we want to separate between source measurements and beam test measurements with a TLU setup to avoid confusion in the scan naming and calling.