trace_hierarchical_net
Trace a net across hierarchical sheets in KiCad schematics by following pins and labels to map connectivity.
Instructions
Trace a net across the hierarchy, following hierarchical pins and labels.
Args:
net_name: Net/label name to trace
schematic_path: Path to root .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net_name | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net_name | Yes | ||
| sheets_touched | Yes | ||
| connection_count | Yes | ||
| connections | Yes |