move_component
Move a schematic component to a specified position and optionally rotate it, using its reference designator and coordinates.
Instructions
Move a placed component to a new position.
Args:
reference: Reference designator (e.g. "R1")
x: New X position
y: New Y position
rotation: New rotation in degrees (None = keep current)
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | ||
| x | Yes | ||
| y | Yes | ||
| rotation | No | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |