scope_configure
Configure oscilloscope channel settings and simulator signal profiles to prepare your measurement setup and generate test waveforms.
Instructions
Configure oscilloscope channels and simulator signal profiles.
Return Format
{"success": bool, "operation": str, "data": {...}}
Examples
scope_configure(operation="channel", channel_id="A", range_v=2.0, coupling="dc")
scope_configure(operation="get")
scope_configure(operation="simulator_profile", waveform="square", frequency_hz=1000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Enable or disable channel. | |
| range_v | No | Full-scale voltage range in volts. | |
| coupling | No | Input coupling: dc or ac. | |
| offset_v | No | Analog offset in volts. | |
| waveform | No | Simulator waveform type (simulator_profile only). | |
| operation | Yes | Configuration operation. | |
| channel_id | No | Channel label (A, B, CH1). | |
| amplitude_v | No | Simulator amplitude in volts. | |
| frequency_hz | No | Simulator frequency in Hz. |