get_reference_state
Retrieve reference waveform configuration from a specific slot (1-10) or all slots, providing source, scale, offset, color, and label settings.
Instructions
Return the reference waveform settings (source, scale, offset, color, label).
With ref given (1-10), that slot's settings are returned flat. With ref omitted, every slot is returned under channels, keyed by the slot number as a string: {"channels": {"1": {...}, ..., "10": {...}}}.
label_display is the instrument's single global label switch, so it has the same value in every slot. Whether a slot actually holds a stored waveform cannot be read: the instrument has no query for it.
This is read-only and never changes the display. It costs six queries per slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No |