Register Symbol Library
register_symbol_libraryRegister a .kicad_sym library in KiCAD's sym-lib-table so symbols are available in schematics. Resolves 'library not found' after symbol creation.
Instructions
Register a .kicad_sym library in KiCAD's sym-lib-table so symbols can be used in schematics. Run this after create_symbol when KiCAD shows 'library not found'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | project = writes sym-lib-table next to .kicad_pro; global = user config | |
| description | No | ||
| libraryName | No | Nickname (default: file name without extension) | |
| libraryPath | Yes | Full path to the .kicad_sym file | |
| projectPath | No | Path to .kicad_pro or its directory (for scope=project) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |