trace_hierarchical_net
Trace a net across a KiCad schematic hierarchy by following hierarchical pins and labels, starting from a given net name and optional schematic path.
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. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net_name | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net_name | Yes | ||
| connections | Yes | ||
| sheets_touched | Yes | ||
| connection_count | Yes |