add_junctions
Create multiple junction points in a KiCad schematic at specified x,y coordinates to establish proper wire connections and resolve missing node errors.
Instructions
Add multiple junctions. Each point dict has keys: x, y.
Args:
points: List of junction positions [{x, y}, ...]
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |