add_wires
Add multiple wires to a KiCad schematic by specifying start and end coordinates for each wire.
Instructions
Add multiple wires at once. Each wire dict has keys: x1, y1, x2, y2.
Args:
wires: List of wire defs [{x1, y1, x2, y2}, ...]
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wires | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |