Move Schematic Net Label
move_schematic_net_labelRelocate net labels in KiCad schematics by specifying new coordinates. Disambiguate same-named labels using their current position.
Instructions
Move a net label (local, global, or hierarchical) to a new position in the schematic. Use currentPosition to disambiguate when multiple labels share the same name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| netName | Yes | Name of the net label to move | |
| labelType | No | Restrict search to a specific label type | |
| newPosition | Yes | Target position in mm | |
| schematicPath | Yes | Path to the .kicad_sch file | |
| currentPosition | No | Current position to disambiguate when multiple labels share the same name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |