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
When opening an issue, you get a choice between “Bug report” and “Instrument communication issue”. When you choose the latter (as you should), you get a template telling you what information needs to be provided. Use it.
import pyvisa
rm = pyvisa.ResourceManager('@py')
rm.list_resources()
inst = rm.open_resource('ASRL3::INSTR')
print(inst.query("*IDN?"))
i get this error when i'm try using pyvisa
The text was updated successfully, but these errors were encountered: