Connect pins by net
easyeda_schematic_connect_pins_by_netBulk connect component pins to a common net by drawing wire stubs, merging all listed pins into one net for ERC, ratsnest, and autorouting.
Instructions
Bulk variant of connect_pin_to_net: draws a real wire stub from each pin, tagged with netName, so all listed pins (and anything else already on that net) merge into one net. Visible to ERC, ratsnest, and autorouting. A pin that fails (e.g. collision) is reported in failures rather than aborting the batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pins | Yes | List of component pins to connect to the net | |
| netName | Yes | The net name to assign pins to | |
| projectId | Yes | The project/schematic ID | |
| stubLength | No | Length of the wire stub drawn outward from each pin. Defaults to 10. | |
| confirmWrite | Yes | Must be the literal boolean true (not the string "true") to allow this write. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||