find_tracks_by_net
Locate all track segments on a specific net within a KiCad PCB file. Identify net routing by providing the PCB path and net name.
Instructions
Find track segments belonging to a specific net.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to .kicad_pcb file | |
| net_name | Yes | Name of the net to search for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |