get_schematic_summary
Retrieve page information and component counts from a KiCad schematic (.kicad_sch) file.
Instructions
Get schematic page info and item counts.
Args:
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | Yes | ||
| page_width_mm | Yes | ||
| page_height_mm | Yes | ||
| components | Yes | ||
| labels | Yes | ||
| global_labels | Yes | ||
| hierarchical_labels | Yes | ||
| sheets | Yes | ||
| wires | Yes | ||
| junctions | Yes | ||
| no_connects | Yes |