annotate_schematic
Automatically assign sequential reference designators to components with '?' in KiCad schematics, avoiding conflicts with existing references across the hierarchy.
Instructions
Auto-assign reference designators to unannotated components.
Finds components with '?' in their reference (e.g. R?, U?) and assigns
sequential numbers, respecting existing references in the schematic
and across the hierarchy when project_path is provided.
Args:
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
project_path: Path to .kicad_pro file (scans hierarchy for existing refs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |