Batch Set Schematic Property Positions
batch_set_schematic_property_positionsUpdate multiple Reference and Value field positions in a KiCAD schematic with one file operation, using an array of moves for faster batch processing than individual calls.
Instructions
Move many Reference/Value field labels in a single file read/write — far faster than repeated set_schematic_property_position calls. Pass an 'updates' array; each item is {reference, property:'Reference'|'Value', x, y, angle?, visible?}. Returns per-item applied/failed lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | List of field moves to apply | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |