kicad.add_power_symbol
Add power symbols like VCC, GND, or +3V3 to KiCad schematics to create global net connections at specified coordinates.
Instructions
Add a power symbol (VCC, GND, +3V3, etc). Creates global net connection. Example: add_power_symbol(name='+3V3', x=100, y=30)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| x | Yes | ||
| y | Yes | ||
| rotation | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |