parse_file
Parse exported logic analyzer captures (.kvdat, .bin, .csv, .txt) into .npz files for offline analysis without needing KingstVIS connected. Specify sample rate for formats lacking it.
Instructions
Parse an exported capture (.kvdat/.bin/.csv/.txt) into .npz — fully offline, no KingstVIS connection needed.
kvdat embeds its sample rate; bin needs sample_rate_hz; csv/txt REQUIRE sample_rate_hz (transition lists carry no rate info) and accept n_samples (the capture depth) for exact duty/duration. Returns the capture summary; the .npz is written next to the source as ..npz (never overwrites a different format's npz).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| n_samples | No | ||
| sample_rate_hz | No |