Create Hierarchical Subsheet
create_hierarchical_subsheetCreate a new hierarchical sub-sheet file and link it into a parent schematic in one operation, simplifying hierarchical design expansion.
Instructions
Create a new sub-sheet .kicad_sch file and link it into a parent schematic in a single call (create_schematic + add_hierarchical_sheet). The fastest way to grow a hierarchical design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| metadata | No | Optional metadata for the new sub-sheet (title, etc.) | |
| position | No | ||
| sheetName | No | Display name for the sheet | Sheet |
| subsheetPath | Yes | Path for the new sub-sheet .kicad_sch to create | |
| parentSchematicPath | Yes | Path to the parent .kicad_sch |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |