scpi_command
Send arbitrary SCPI commands to control and query Rigol DHO800/DHO900 oscilloscopes. Use for functions not covered by dedicated tools like cursors, math, or decoding.
Instructions
Send an arbitrary SCPI command from the DHO800/900 programming guide.
Commands ending in '?' are treated as queries and their response is returned; others are write-only. Use for anything not covered by the dedicated tools (cursors, math, decoding, mask tests, DVM, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Raw SCPI command, e.g. ':CHANnel1:SCALe 0.1' or ':ACQuire:SRATe?' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |