We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a naming scheme problem in the run_scripting:
daq_configs: - daq_1 - daq_2
daq_targets: - daq_1 - daq_2
or a dictionary
daq_configs: - daq_target: daq_1 run_duration: 1000 - daq_target: daq_2 run_duration: 100
See the problem? It's a complete mess! We need to clean this and make it consistent...
The text was updated successfully, but these errors were encountered:
guiguem
No branches or pull requests
There is a naming scheme problem in the run_scripting:
or a dictionary
See the problem?
It's a complete mess!
We need to clean this and make it consistent...
The text was updated successfully, but these errors were encountered: