edmundsj / scippy

SCPI device library for python
MIT License
4 stars 0 forks source link

Does not work when additional GPIB instruments are attached #1

Closed edmundsj closed 3 years ago

edmundsj commented 3 years ago

Currently, the get_visa_device code assumes that all connected devices are valid and will return a valid name when queried with the '*IDN?' command. This is not always going to be the case, especially on computers where there are lots of instruments plugged in. This should be rewritten to be as general as possible, and ignore all devices that give errors like:

edmundsj commented 3 years ago

Fixed in a953847