pcb_diff_pair
Compare routed lengths of a differential pair in a KiCad PCB design by specifying net names using _P/_N or +/- conventions.
Instructions
Compare routed lengths for a differential pair. Pass explicit net_p/net_n or pass net_p as the base name using _P/_N or +/- conventions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net_n | No | Negative net name (optional when net_p is a base name) | |
| net_p | Yes | Positive net name, or pair base name when net_n is omitted | |
| source | Yes | Board name from config OR path to a .kicad_pcb file |