capture_aligned
Capture multiple analog channels on a shared time base to obtain time-aligned traces for direct sample-by-sample comparison.
Instructions
Capture multiple channels on the same time base, time-aligned.
The instrument shares one time base across channels, so a sequence of reads is already time-aligned. (Real hardware reads them back-to-back; the mock is instantaneous.) Use this to compare two signals sample-for-sample.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | If True, read deep memory for each channel; if False (default), read the on-screen trace. | |
| channels | Yes | Analog channels to capture together, e.g. [1, 2]. Read on the shared time base so the traces are time-aligned. | |
| include_samples | No | If True, include the full time/volts sample arrays. Default False returns only a summary (point count, sample rate, start/end time) to avoid flooding the context. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||