Pads of a footprint placed on the board
get_footprint_padsRetrieve pad details (positions, sizes, layers) for a specified footprint on a PCB, using the footprint reference and optional board file path.
Instructions
Get pad info for a placed footprint on the PCB.
Args:
reference: Footprint reference (e.g. "R1", "U1")
pcb_path: Path to .kicad_pcb file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcb_path | No | ||
| reference | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |