Set Schematic Property Position
set_schematic_property_positionMove a component's Reference or Value label to a specific absolute (x, y) coordinate in mm, with optional rotation or hiding.
Instructions
Move a component's Reference or Value field label to an absolute (x, y) coordinate (mm), optionally rotating or hiding it. Only 'Reference' and 'Value' are supported. Use autoplace_schematic_fields to place all of them automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | New X position in mm (absolute schematic coordinate) | |
| y | Yes | New Y position in mm (absolute schematic coordinate) | |
| angle | No | Text angle in degrees (default 0) | |
| visible | No | Whether the field is visible (default true) | |
| property | Yes | Which field to move | |
| reference | Yes | Component reference designator (e.g., R1, U2) | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |