list_footprints
List all footprints on the PCB board, returning reference, value, footprint type, and position for each component.
Instructions
List all footprints on the board.
Returns: List of footprint objects with reference, value, footprint type, position.
Example: >>> list_footprints() [{"reference": "U1", "value": "ATmega328P", "footprint": "Package:DIP-8", ...}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |