export_data
Export the current capture to kvdat, csv, txt, or bin; optionally parse to NPZ for offline analysis.
Instructions
Export the current capture; kvdat (default) is parsed to .npz.
filename: bare name or absolute path; extension picks the format (.kvdat/.csv/.txt/.bin). channels: subset e.g. [0,1]; time_start_s/ time_end_s crop the export (trigger = 0, end needs start). With parse=true (kvdat/csv/txt) a .npz named ..npz is written next to the export (never overwrites a previous format's npz) and summarized here — the entry point for offline analysis. csv/txt parses use the device's current rate and actual depth automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parse | No | ||
| channels | No | ||
| filename | No | ||
| time_end_s | No | ||
| time_start_s | No |