get_waveform
Read a Rigol oscilloscope channel's on-screen trace (1200 points), save it as a CSV (time_s, volts), and return summary stats and file path. Clipped traces have unreliable extremes.
Instructions
Read one channel's on-screen trace (1200 points), save it as CSV (time_s,volts) and return
summary statistics plus the CSV path. clipped: true means the trace ran off screen, so its
extremes are unreliable. channel: 1-4 or CHAN1-CHAN4.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes |