pyvisa / pyvisa-py

A pure python PyVISA backend
https://pyvisa-py.readthedocs.io
MIT License
288 stars 124 forks source link

Catch GPIB errors while enumerating devices. #68

Closed herm closed 8 years ago

herm commented 9 years ago

This avoids breaking the device enumeration for other device classes when there is no GPIB interface available but linux-gpib is installed.

hgrecco commented 8 years ago

Merged. Thanks!