add_lib_symbol
Load a symbol from a .kicad_sym library into your schematic by providing 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. Optional; omit to use the configured default.
symbol_name: Symbol name (e.g. "LM7805")
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 | ||
| symbol_lib_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |