You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to LabPy/lantz_drivers#5. The idea would to use a simple socket for communication with an instrument. It would make sense to have properties similar to the ones found in VisaMessageDriver.
The text was updated successfully, but these errors were encountered:
VISA has the TCPIP::*::SOCKET. And using PyVISA you can either use NI-VISA or (soon) PyVISA-py backend (which used the python std). I think this covers it, right?
In a way yes but it will provide things that are not available such as clear or status_byte for non Visa instruments. You are perhaps right we could go with a different subclass to hide unavailable properties but using pyvisa as a backend for communication. I need to think a bit more about this one.
Related to LabPy/lantz_drivers#5. The idea would to use a simple socket for communication with an instrument. It would make sense to have properties similar to the ones found in VisaMessageDriver.
The text was updated successfully, but these errors were encountered: