add_hierarchical_label
Add a hierarchical label to a sub-sheet schematic, specifying name, direction, position, and rotation.
Instructions
Add a hierarchical label to a sub-sheet schematic.
Args:
text: Label name (must match parent sheet pin name)
shape: Direction — input, output, bidirectional, tri_state, passive
x: X position in mm
y: Y position in mm
rotation: Degrees (0, 90, 180, 270)
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| shape | Yes | ||
| x | Yes | ||
| y | Yes | ||
| rotation | No | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |