nt_subscribe_offline
Query an offline NetworkTables recording to retrieve events from specific topic prefixes. Select a time range or recent seconds, decimate samples, or generate per-topic summary statistics for analysis.
Instructions
Return events for every topic under prefixes from a recording.
last_seconds selects the most recent N seconds. sample_interval
decimates per-topic samples, and format="summary" returns
min/max/mean/last per topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| limit | No | ||
| start | No | ||
| format | No | samples | |
| prefixes | Yes | ||
| output_dir | No | ||
| last_seconds | No | ||
| recording_id | No | ||
| sample_interval | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||