add_sheet_pin
Add a pin to a hierarchical sheet block for connecting child schematic labels. Specify pin name, connection type, and side.
Instructions
Add a pin to an existing hierarchical sheet block.
Args:
sheet_uuid: UUID of the sheet
pin_name: Pin name (should match a hierarchical label in the child schematic)
connection_type: input, output, bidirectional, tri_state, passive
schematic_path: Path to parent .kicad_sch
side: Which sheet edge to place pin on (left or right)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_uuid | Yes | ||
| pin_name | Yes | ||
| connection_type | Yes | ||
| schematic_path | No | ||
| side | No | left |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |