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

get_trace suffers from timeout error #407

Open
mgiustina opened this issue Feb 2, 2017 · 0 comments
Open

get_trace suffers from timeout error #407

mgiustina opened this issue Feb 2, 2017 · 0 comments

Comments

@mgiustina
Copy link
Contributor

Function get_trace in agilentN5242A.py tends to fail with VI_ERROR_TMO: timeout expired before operation completed.

I haven't identified all of the configurations in which this error does/doesn't appear.
The error appears when user requests a trace that wasn't already on the screen. For instance, if the screen shows S21 on trace2, then
cxn.pna_x.get_trace()
will succeed, but
cxn.pna_x.get_trace('S11')
throws the error.

Each time the error appears, all subsequent calls to get_trace fail. It seems to be necessary to restart the pna_x server in order to clear the error.

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

1 participant