add_global_label
Add a global net label visible across all sheets in a KiCad schematic, specifying net name, position, rotation, and label shape.
Instructions
Add a global net label (visible across all sheets).
Args:
text: Net name (e.g. "VCC", "SDA")
x: X position
y: Y position
rotation: Degrees (0=right, 90=up, 180=left, 270=down)
shape: Label shape: input, output, bidirectional, tri_state, passive
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| x | Yes | ||
| y | Yes | ||
| rotation | No | ||
| shape | No | input | |
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |