get_sheet_info
Retrieve detailed information about a hierarchical sheet, including pin and label matching, to analyze schematic connectivity.
Instructions
Get detailed info about a hierarchical sheet including pin/label matching.
Args:
sheet_uuid: UUID of the sheet
schematic_path: Path to parent .kicad_sch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_uuid | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_name | Yes | ||
| file_name | Yes | ||
| uuid | Yes | ||
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| pins | Yes | ||
| component_count | No | ||
| label_count | No | ||
| hierarchical_label_count | No |