list_tracks
Get a list of every track on the PCB, including coordinates, layer, net, and width.
Instructions
List all tracks on the board.
Returns: List of track objects with start/end positions, layer, net, width.
Example: >>> list_tracks() [{"start": {"x": 0, "y": 0}, "end": {"x": 100, "y": 0}, "net": "VCC", ...}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |