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

Does not support multiple --driver with the same driver #57

Open
ensc opened this issue Jun 8, 2023 · 0 comments
Open

Does not support multiple --driver with the same driver #57

ensc opened this issue Jun 8, 2023 · 0 comments

Comments

@ensc
Copy link

ensc commented Jun 8, 2023

Describe the bug

When trying to start smuview with multiple devices of the same type, only the first one is instanciated.

E.g.

smuview --driver etommens_etm_xxxxp:conn=`readlink -f /dev/ttyPWR0` \
        --driver etommens_etm_xxxxp:conn=`readlink -f /dev/ttyPWR1`

will create only a window for the first device.

Seems to be caused by

it = user_drvs_name_opts.upper_bound(it->first)) {

To Reproduce
Steps to reproduce the behavior:

  1. Start smuview with multiple --driver options which specify different instances of the same device type

Expected behavior

every device should appear in smuview

Enviroment (please complete the following information):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant