add_lib_symbol
Load a symbol from a KiCad .kicad_sym library into a schematic by specifying the library path and symbol name.
Instructions
Load a symbol definition from a .kicad_sym library into the schematic.
Args:
symbol_lib_path: Path to .kicad_sym file
symbol_name: Symbol name (e.g. "LM7805")
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_lib_path | Yes | ||
| symbol_name | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |