get_waveform
Download waveform data from an oscilloscope channel and receive voltage and time arrays reconstructed from raw data. Returns up to 1000 points by default.
Instructions
Download waveform data from a channel. Returns voltage and time arrays reconstructed from the raw oscilloscope data. By default returns up to 1000 points (downsampled from full memory depth).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel to download waveform from (C1, C2, C3, or C4) | |
| max_points | No | Maximum number of data points to return (default 1000). Higher values give more detail but use more context. |