list_nets
Retrieve all nets on the PCB board, including their name, code, and netclass.
Instructions
List all nets on the board.
Returns: List of net objects with name, code, and netclass.
Example: >>> list_nets() [{"name": "GND", "code": 0, "netclass": "Default"}, {"name": "VCC", ...}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |