move_hierarchical_sheet
Move a hierarchical sheet block to a specified position in a KiCad schematic, automatically adjusting all associated pins.
Instructions
Move a hierarchical sheet block to a new position, including all pins.
Args:
sheet_uuid: UUID of the sheet to move
new_x: New X position in mm
new_y: New Y position in mm
schematic_path: Path to parent .kicad_sch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_uuid | Yes | ||
| new_x | Yes | ||
| new_y | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |