Move Schematic Component
move_schematic_componentMove a placed symbol to a new position in a KiCad schematic; attached wire endpoints stretch to follow the move, preserving connectivity.
Instructions
Move a placed symbol to a new position in the schematic. By default (preserveWires=true) wire endpoints touching the component's pins are stretched to follow the new position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | New position in schematic mm coordinates | |
| reference | Yes | Reference designator (e.g., R1, U1) | |
| preserveWires | No | Stretch connected wire endpoints to follow the move (default true) | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |