Kicad Sch Add Symbol
kicad_sch_add_symbolAdd a symbol instance to a KiCad schematic by library ID, specifying its reference, position, rotation, and value.
Instructions
Add a symbol instance to a schematic by library id (e.g. 'Device:R'). x/y are schematic mm coordinates (KiCad Y axis points down).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| path | Yes | ||
| value | No | ||
| lib_id | Yes | ||
| rotation | No | ||
| reference | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |