Query SCPI
querySend SCPI commands ending with '?' to instruments and get ASCII responses for measurement and control.
Instructions
Send a SCPI query and return the ASCII response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | SCPI query, usually ending with '?' | |
| confirm | No | ||
| resource | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| notes | No | ||
| command | Yes | ||
| resource | Yes | ||
| response | No |