pyvisa / pyvisa-py

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

TCPIP attribute error #159

Closed Sugarsplash closed 6 years ago

Sugarsplash commented 6 years ago

Just recently upgraded to version 0.3.0 and I am seeing the following error:

File "/local/lib/python2.7/site-packages/pyvisa-py/tcpip.py", line 181, in write self.link, self._io_timeout, self.lock_timeout, AttributeError: 'TCPIPInstrSession' object has no attribute '_io_timeout'

MatthieuDartiailh commented 6 years ago

Thanks for the report and sorry for the inconvenience I will try to fix ASAP.

MatthieuDartiailh commented 6 years ago

Please see #160