capture
Acquire logic analyzer samples with chosen channels, sample rate, and duration, then export and parse them for offline analysis in a single call.
Instructions
One-shot: configure -> start (blocking) -> export kvdat -> parse npz.
The convenient single call for grabbing data for offline analysis. Leave rate/depth/time None to keep current settings; time_s is an alternative to depth. Returns export summary + parsed capture summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| time_s | No | ||
| channels | No | ||
| filename | No | ||
| simulate | No | ||
| sample_rate_hz | No |