decode_log
Decode a bounded sample of CAN log frames using a local DBC file, with optional filters for time, IDs, or specific messages, and a limit up to 500.
Instructions
Decode a bounded sample of local log frames through a local DBC. Filters combine by intersection; limit is capped at 500.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| dbc_path | Yes | ||
| log_path | Yes | ||
| messages | No | ||
| time_end | No | ||
| id_filter | No | ||
| time_start | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||