-
Notifications
You must be signed in to change notification settings - Fork 40
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
getting command_error ERROR for simple instrument query... #89
Comments
You define your instrument write_termination as Let me know if that fixes your issue. |
@MatthieuDartiailh Changed I am still getting |
Another issue is that the |
thanks for the prompt reply, this seems to have fix the previous issue although now I am getting ...
error:
response:
command_error: ERROR
status_register:
- q: "*ESR?"
command_error: 32
query_error: 4
properties:
status:
default: 0
getter:
q: "*STB?"
r: "{:d}"
setter:
q: "*STB {:d}"
specs:
type: int
... And this error always happens, no matter if tests ran before it or not so it cannot be linked to a previous command failure |
Can someone explain to me why this simple test does not seem to work?
pyvisa-sim version: 0.5.1
error:
test_file.py
test_file.yaml
instrument.py
What am I missing?
Thanks
The text was updated successfully, but these errors were encountered: