We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using a variable inside the channel specification of a SCPI command the variable is not interpreted. E.g:
volt = meas:volt? (@{channel}01)
will not send ```mess:volt? (@201)` but the raw string. Studio doesn't generate an error on the SCPI syntax, but the BB3 of course does.
To Reproduce See screenshot, the last SCPI command.
Expected behavior A clear and concise description of what you expected to happen.
** Work around** Use inst command, this works (but is not exactly the same because it changes the current instrument).
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Another workaround is:
volt = meas:volt? {"(@" + channel + "01)"}
Sorry, something went wrong.
mvladic
No branches or pull requests
Describe the bug
When using a variable inside the channel specification of a SCPI command the variable is not interpreted.
E.g:
will not send ```mess:volt? (@201)` but the raw string. Studio doesn't generate an error on the SCPI syntax, but the BB3 of course does.
To Reproduce
See screenshot, the last SCPI command.
Expected behavior
A clear and concise description of what you expected to happen.
** Work around**
Use inst command, this works (but is not exactly the same because it changes the current instrument).
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: