get_net_connections
Identify all component pins connected to a net label by scanning the schematic and tracing wires from label positions.
Instructions
Find all component pins connected to a net label.
Scans labels matching the text, traces wires from label positions,
and identifies component pins at wire endpoints.
Args:
label_text: Net name to search for (e.g. "VCC", "GND")
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_text | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net | Yes | ||
| label_count | Yes | ||
| connections | Yes |