find_errors
Scan CAN bus logs to identify and list error frames, filterable by error type (CRC, bit, stuff, etc.), channel, and session.
Instructions
Find error frames and anomalies in CAN bus logs.
Args: error_type: Type of error ("all", "crc", "bit", "stuff", "form", "ack", "timeout", "gap") channel: Optional channel filter session_id: Session identifier
Returns: List of error frames
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | ||
| error_type | No | all | |
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||