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
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
smuview/src/devicemanager.cpp
Line 125 in a5ffb66
To Reproduce Steps to reproduce the behavior:
smuview
--driver
Expected behavior
every device should appear in smuview
Enviroment (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When trying to start smuview with multiple devices of the same type, only the first one is instanciated.
E.g.
will create only a window for the first device.
Seems to be caused by
smuview/src/devicemanager.cpp
Line 125 in a5ffb66
To Reproduce
Steps to reproduce the behavior:
smuview
with multiple--driver
options which specify different instances of the same device typeExpected behavior
every device should appear in smuview
Enviroment (please complete the following information):
The text was updated successfully, but these errors were encountered: