list_tracks
Lists PCB track segments with start/end positions, width, copper layer, and net. Filter by net name or layer to view specific signals or copper layers. Combine filters for targeted trace analysis.
Instructions
Lists all track segments (copper traces) on the PCB board. Each track shows start and end positions in millimeters, width in millimeters, the copper layer it is on, and the net it belongs to. Optionally filter by net name to see only traces carrying a specific signal, or by layer to see traces on a specific copper layer. Both filters can be combined. Results are capped at 50 entries for boards with many traces. Valid layer values: F.Cu, B.Cu, In1.Cu through In30.Cu.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | Filter tracks to only those on this copper layer. Valid values: F.Cu, B.Cu, In1.Cu through In30.Cu. Omit to show tracks on all layers. | |
| net_name | No | Filter tracks to only those belonging to this net. Case-sensitive. Use list_nets to discover available net names. Omit to show tracks on all nets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |