add_junctions
Add multiple junctions at specified coordinates to a KiCad schematic file. Each junction requires x and y coordinates.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |