configure_channel
Configure oscilloscope channel vertical settings, including coupling, impedance, offset, scale, and bandwidth. Omitted parameters stay unchanged; 50-ohm impedance requires confirmation to prevent damage.
Instructions
Configure the vertical axis (a channel). Omitted items are left unchanged.
channel is "CH1" to "CH4", coupling is DC / AC / GND, impedance is "1M" / "50". Specify at least one item to change. The device may snap values, so trust applied (the read-back value), not requested.
impedance="50" risks damaging the device and needs the confirmation flow: the first call does not execute and returns a confirm_token, so ask the human user whether to proceed and then call again with the same arguments plus that confirm_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| enabled | No | ||
| coupling | No | ||
| offset_v | No | ||
| impedance | No | ||
| probe_ratio | No | ||
| confirm_token | No | ||
| bandwidth_limit | No | ||
| scale_v_per_div | No |