annotate_schematic
Automatically assign reference designators to unannotated components in KiCad schematics by replacing '?' placeholders with sequential numbers.
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
project_path: Path to .kicad_pro file (scans hierarchy for existing refs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schematic_path | No | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |