send_raw
Send custom SCPI commands to Rigol DS1000Z oscilloscopes for operations not covered by dedicated tools, with automatic error checking for writes and response retrieval for queries.
Instructions
Send an arbitrary SCPI command. Queries (ending with '?') return the response string; writes return empty string and auto-check the error queue. Use as an escape hatch when no dedicated tool covers the operation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | SCPI command, e.g. ':CHAN1:SCAL?' or ':CHAN1:DISP ON' |