get_pin_positions
Obtain absolute pin coordinates for a placed KiCad component, with rotation and mirroring applied. Provide the component reference and optional schematic path to return accurate positions.
Instructions
Get absolute pin positions for a placed component (accounts for rotation/mirror).
Args:
reference: Component reference (e.g. "U1", "R1")
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |