list_pads
Retrieve a complete list of all pads across all footprints, with details on net, position, and size for each pad.
Instructions
List all pads across all footprints.
Returns: List of pad objects with footprint reference, number, net, position, size.
Example: >>> list_pads() [{"footprint": "U1", "number": "1", "net": "VCC", "position": {"x": 0, "y": 0}, ...}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |