Symbol pins from the schematic's embedded library
get_symbol_pinsGet pin information for a symbol in a KiCad schematic, optionally specifying the schematic file path.
Instructions
Get pin info for a symbol in the schematic's lib_symbols.
Args:
symbol_name: Symbol name (e.g. "LM7805", "C", "Fuse")
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_name | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |