get_net_connections
Retrieve all footprint pads connected to a specific net, showing components and pad positions. Use it to trace signal paths and understand how the schematic connectivity is realized on the PCB.
Instructions
Returns all footprint pads connected to a given net, showing which components are electrically linked through that net. For each connection, shows the footprint reference designator, pad number, and pad position in millimeters. This is useful for understanding the schematic connectivity as realized on the PCB, or for tracing signal paths between components. Results are capped at 50 entries for large nets like GND; a truncation note is appended if more exist. If the net name does not exist, the error response lists available nets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net_name | Yes | Name of the net to look up connections for. Net names are case-sensitive. Examples: GND, VCC, SIG1, /RESET. Use list_nets to discover available net names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |