remove_junction
Remove a junction at specified X and Y coordinates in a KiCad schematic, optionally providing a custom schematic file path.
Instructions
Remove a junction at the given coordinates.
Args:
x: X position
y: Y position
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |