scope_query
Send any SCPI query command to LeCroy oscilloscopes and receive the response. Use this escape hatch for commands not covered by dedicated tools, ensuring proper handling of edge cases and model differences.
Instructions
Send any SCPI query command and return the response.
Escape hatch for SCPI commands not covered by dedicated tools. Use dedicated tools whenever one exists — they handle edge cases, model differences, and response parsing correctly. Do NOT use this to send raw VBS strings; use scope_wavesource_* and other VBS-backed tool groups instead.
Args: command: SCPI query string, e.g. 'C1:VDIV?' or 'TRMD?'
Transport: SCPI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |