pyvisa.errors.VisaIOError: VI_ERROR_TMO (-1073807339): Timeout expired before operation completed.
webbydzulizar opened this issue · 1 comments
webbydzulizar commented
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
arr-ee commented
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.