pcb_net_stats
Get per-net routing stats from an open PCB: track counts, lengths, widths, layers, vias, pads, and differential-pair mismatch hints. Identify nets with pads but no tracks.
Instructions
Per-net routing statistics from the open board: track count and total length, widths, layers, vias, pads, a hint when a net has pads but no tracks, and differential-pair candidates with their length mismatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net | No | One net name; all nets when omitted. | |
| limit | No | ||
| board_path | No | Which open board, as a .kicad_pcb path. Omit to use the one board open in the PCB Editor. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nets | Yes | ||
| net_count | Yes | ||
| truncated | No | ||
| board_path | Yes | ||
| diff_pair_candidates | No |