get_drc_violations
Retrieve DRC violations from a KiCad PCB file, with optional filtering by violation type such as clearance or spacing.
Instructions
Get filtered DRC violations from PCB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcb_path | Yes | Path to .kicad_pcb file | |
| violation_type | No | Filter by type (e.g., 'clearance', 'spacing', '') for all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |