Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyvisa.errors.VisaIOError: VI_ERROR_TMO (-1073807339): Timeout expired before operation completed. #421

Open
webbydzulizar opened this issue Mar 15, 2024 · 1 comment

Comments

@webbydzulizar
Copy link

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
Copy link
Contributor

arr-ee commented Mar 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants