send_raw_scpi
Send raw SCPI commands to benchtop instruments (arb, dmm, osc, psu) and retrieve response when command ends with '?'.
Instructions
Send an arbitrary SCPI command to a device. If the command ends with '?', the response is returned.
Args: device: Device key – one of 'arb', 'dmm', 'osc', 'psu'. command: The raw SCPI command string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | ||
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |