export_drc_report
Export a Design Rule Check (DRC) report from a KiCad PCB file to identify and address design rule violations, ensuring design integrity.
Instructions
Export DRC report to file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcb_path | Yes | Path to .kicad_pcb file | |
| output_path | No | Optional output file path (default: pcb_name_drc.txt) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |