scpi_execute
Execute a single SCPI command on a Rigol oscilloscope via LAN for configuration, measurement queries, or waveform retrieval.
Instructions
Execute one DHO814 catalog command; arguments are positional. Text over 2048 characters and binary are file-backed; inline_binary permits up to 1024 bytes. Scope enforces dynamic limits. Non-reset writes drain errors; queries may consume status/errors. No retries or completion guarantee. Can overwrite files, reset, change LAN or lock controls. Does not require send_raw enablement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Header only; replace <n> with an index, no embedded arguments or command chains | |
| arguments | No | ||
| data_path | No | Generated setup file under RIGOL_DATA_DIR; :SYSTem:SETup write only, no arguments or data_base64 | |
| operation | No | query | |
| data_base64 | No | Setup payload without TMC header; :SYSTem:SETup write only, no arguments | |
| inline_binary | No |