Add schematic wire
easyeda_schematic_add_wireAdd a wire to connect schematic pins or coordinates. Wires with the same net name automatically merge into one net without labels. Collision protection prevents connecting to foreign nets.
Instructions
Add a wire connecting schematic coordinates/pins — real native connectivity. Same netName connects pins globally: separate stubs sharing one name merge into one net (no label needed). NET_COLLISION guards touched points against a foreign net's wire, pin, or flag/port — not mid-segment crossings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| points | Yes | ||
| netName | No | ||
| lineType | No | ||
| lineWidth | No | ||
| confirmWrite | Yes | Must be the literal boolean true (not the string "true") to allow this write. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||