scpi_query
Send any SCPI query to the oscilloscope and receive the numeric response. Use this tool when no dedicated function covers your command.
Instructions
Send an arbitrary SCPI query to the oscilloscope and return the response. Use this as an escape hatch for commands not covered by other tools. Note: CHDR is set to OFF, so responses contain only values (no headers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | SCPI query command to send (e.g. '*IDN?', 'C1:VDIV?', 'SARA?') | |
| timeout_ms | No | Timeout in milliseconds (default 2000) |