add_label
Add a net label to a KiCad schematic at a specified position with customizable text and rotation.
Instructions
Add a net label at a position.
Args:
text: Net name (e.g. "VIN_PROT", "5V_REL")
x: X position
y: Y position
rotation: Degrees (0=right, 90=up, 180=left, 270=down)
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| x | Yes | ||
| y | Yes | ||
| rotation | No | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |