No return value in scan steps possible anymore, due to multi module feature
Since we have the multi module feature scan steps are not directly called anymore and therefore cannot return values. Some meta scans are not working anymore. For example, this does not work anymore
with TDACTuning(scan_config=scan_configuration) as local_tuning:
local_tuning.scan()
tdacs = local_tuning.analyze()