Skip to content
New issue

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

daq_targets, daq_configs in run_scripting #148

Open
guiguem opened this issue Apr 18, 2018 · 0 comments
Open

daq_targets, daq_configs in run_scripting #148

guiguem opened this issue Apr 18, 2018 · 0 comments
Assignees
Labels
enhancement low priority things we may never get to

Comments

@guiguem
Copy link
Member

guiguem commented Apr 18, 2018

There is a naming scheme problem in the run_scripting:

  • when using single run, the user should define a list:
daq_configs:
     - daq_1
     - daq_2
  • when using a multirun, the user can define a list:
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...

@guiguem guiguem added enhancement low priority things we may never get to labels Apr 18, 2018
@guiguem guiguem self-assigned this Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement low priority things we may never get to
Projects
None yet
Development

No branches or pull requests

1 participant