kicad.add_net_label
Add named net labels to KiCad PCB designs to establish electrical connections and organize circuit schematics by specifying label name and position coordinates.
Instructions
Add a net label at a position. Primary wiring mechanism for named nets. Example: add_net_label(name='SDA', x=120, y=50)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| x | Yes | ||
| y | Yes | ||
| angle | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |