pcb_net_lengths
List routed lengths for nets matching a pattern, sorted by length, to review bus matching in KiCad PCB designs.
Instructions
List routed lengths for nets whose names match a glob or regular expression, sorted by length for bus matching review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matching nets to report | |
| source | Yes | Board name from config OR path to a .kicad_pcb file | |
| pattern | Yes | Glob or regular expression, e.g. DDR_* |