pyvisa / pyvisa-py

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

Pass timeout to USB-TMC code. #64

Closed herm closed 8 years ago

herm commented 9 years ago

Without these changes the timeout is ignored for USB-TMC devices.

hgrecco commented 9 years ago

Thanks for the PR. I think it would be better to do it directly when changing timeout as it is done in serial Take a look at: https://github.com/hgrecco/pyvisa-py/blob/master/pyvisa-py/serial.py

herm commented 9 years ago

Updated.

hgrecco commented 8 years ago

Thanks a lot, and sorry for the REALLY long delay.