pyvisa / pyvisa-py

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

Removed spurious comma and BOARD variable #203

Closed dirkenstein closed 5 years ago

dirkenstein commented 5 years ago

Note the convert_gpib_status function is actually used.

MatthieuDartiailh commented 5 years ago

I am confused I fixed those as part of the attribute cleanup as can be seen here https://github.com/pyvisa/pyvisa-py/blob/c9fdae8bbc811bbcc8fc2db2b8344bfa31e108f5/pyvisa-py/gpib.py. I will close because it does not seem relevant anymore (I don't get how Github computes the diff here).

dirkenstein commented 5 years ago

OK- if you fixed those i missed one of your earlier diffs somehow

MatthieuDartiailh commented 5 years ago

It is part of my last commit. Hopefully know everything works as expected, if you can confirm it is so we will be able to merge soon.