list_vias
Retrieve a list of all vias on the PCB board, including position, diameter, drill size, net name, and layers.
Instructions
List all vias on the board.
Returns: List of via objects with position, diameter, drill, net, layers.
Example: >>> list_vias() [{"position": {"x": 100, "y": 50}, "diameter": 0.6, "drill": 0.3, "net": "GND"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |