get_pin_positions
Retrieve absolute pin positions for a placed component, accounting for rotation and mirror transformations in KiCad schematics.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |