Write SCPI
writeSend a SCPI command with no reply to set instrument parameters, reset devices (*RST), or start operations (:RUN) via PyVISA over LAN, USB, GPIB, or serial.
Instructions
Send a SCPI command with no reply (settings, *RST, :RUN, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | SCPI command, no trailing '?' unless it is a query-less program message | |
| confirm | No | Required true for *RST / factory-reset style commands | |
| resource | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| notes | No | ||
| command | Yes | ||
| resource | Yes | ||
| response | No |