signal_timeseries
Extract a bounded, downsampled time series for a signal from a CAN log using a DBC file, with optional time range and max points.
Instructions
Return a bounded, evenly downsampled [timestamp, value] series for one DBC signal. max_points is capped at 2,000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal | Yes | ||
| message | Yes | ||
| dbc_path | Yes | ||
| log_path | Yes | ||
| time_end | No | ||
| max_points | No | ||
| time_start | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||