Add Library Symbol Property
add_library_symbol_propertyAdd or update a custom property on a symbol definition, making it available to all its instances in the schematic.
Instructions
Add or update a custom property (Manufacturer, MPN, LCSC, etc.) on a symbol definition in the lib_symbols section. This makes the property available to all instances of that symbol in the schematic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hide | No | Hide the property (default false) | |
| position | No | Position {x, y} in mm (default: 0, 0) | |
| symbolName | Yes | Symbol name (e.g. R, C, GND) | |
| libraryName | Yes | Symbol library nickname (e.g. Device, power) | |
| propertyName | Yes | Property name (e.g. Manufacturer, MPN) | |
| propertyValue | Yes | Property value | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |