List PCB tracks
easyeda_pcb_tracksLists copper track segments on the active PCB layout with their net, layer, coordinates, and width. Returns an empty list if no PCB tab is open.
Instructions
List copper track segments on the active PCB layout: primitiveId, net, layer, start/end coordinates, width. A multi-point track drawn by add_track appears as several consecutive segments sharing one net. Returns an empty list (not an error) if no PCB tab is focused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| projectId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| total | Yes | ||
| tracks | Yes | ||
| project_id | Yes | ||
| not_available | No |