pcb_component
Retrieve a component's PCB placement details including position, side, rotation, footprint ID, and pad nets by providing a board source and reference designator.
Instructions
Get a component's PCB placement (position, side, rotation), footprint id, and pads with their nets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Board name from config OR path to a .kicad_pcb file | |
| reference | Yes | Component reference designator (e.g., 'R1', 'U3') |