modify_hierarchical_sheet
Update hierarchical sheet properties such as name, file path, width, and height in a KiCad schematic by specifying the sheet UUID.
Instructions
Modify properties of an existing hierarchical sheet block.
Args:
sheet_uuid: UUID of the sheet to modify (from list_schematic_sheets)
schematic_path: Path to parent .kicad_sch
sheet_name: New display name (empty = keep)
file_name: New file path (empty = keep)
width: New width in mm (None = keep)
height: New height in mm (None = keep)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_uuid | Yes | ||
| schematic_path | No | ||
| sheet_name | No | ||
| file_name | No | ||
| width | No | ||
| height | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |