set_channel
Configure oscilloscope channel parameters including scale, offset, coupling, probe attenuation, and display state, returning the updated channel configuration.
Instructions
Configure a channel. Only specified parameters are changed. channel: CHAN1–CHAN4. scale_v_div: V/div. offset_v: volts. coupling: AC, DC, or GND. probe: attenuation ratio (1, 10, 100, …). Parameter names match get_scope_state output for easy round-tripping. Returns the resulting channel configuration. Do not call concurrently with any other rigol tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe | No | Probe attenuation ratio (e.g. 1, 10, 100) | |
| channel | Yes | ||
| display | No | Turn channel on/off | |
| coupling | No | ||
| offset_v | No | Vertical offset in volts | |
| scale_v_div | No | Vertical scale in V/div |