Does not support multiple --driver with the same driver
ensc opened this issue · 0 comments
ensc commented
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
Line 125 in a5ffb66
To Reproduce
Steps to reproduce the behavior:
- 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):
- SmuView rev a5ffb66
- Fedora 38