get_symbol_instances
Retrieve all symbol instances from a KiCad root schematic file. Provide the schematic path to get a list of symbols used in the design.
Instructions
List all symbol instances from a root schematic's symbolInstances table.
Args:
schematic_path: Path to root .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instances | Yes | ||
| count | Yes |