Connect To Net
connect_to_netConnect a component pin to a named net by placing a wire stub and net label at the exact pin location. Returns coordinates for verification.
Instructions
Connect a component pin to a named net by adding a wire stub and net label at the exact pin endpoint. The response includes pin_location (exact pin coords), label_location (where the label was placed), and wire_stub (the wire segment added) so you can confirm the placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| netName | Yes | Name of the net to connect to | |
| pinName | Yes | Pin name/number to connect | |
| componentRef | Yes | Component reference (e.g., U1, R1) | |
| schematicPath | Yes | Path to the schematic file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |