list_nets
Lists all electrical nets on a PCB with counts of connected pads and track segments, helping identify power and signal nets for further connectivity analysis.
Instructions
Lists all electrical nets on the PCB board with the number of pads and track segments connected to each net. Nets represent electrical connections between component pads. Power nets like GND and VCC typically have high pad counts. Signal nets connect specific pins between a smaller number of components. Use the returned net names in follow-up calls to get_net_connections or list_tracks to explore specific connectivity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |