Add No Connect
add_no_connectMark an intentionally unconnected pin with a no-connect X to suppress ERC 'Pin not connected' errors. Snap to the exact pin using component reference and pin number, or supply its position in mm.
Instructions
Add a no-connect flag (X marker) to a pin that is intentionally left unconnected. This suppresses ERC 'Pin not connected' errors for unused pins. PREFERRED: supply componentRef + pinNumber to snap to the exact pin endpoint. Alternatively supply position [x, y] in mm matching the pin endpoint exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | Position [x, y] in mm. Required when componentRef/pinNumber are not given. | |
| pinNumber | No | Pin number or name on componentRef (e.g. '1', 'GND'). Use with componentRef. | |
| componentRef | No | Component reference to snap to (e.g. U1, R1). Use with pinNumber. | |
| schematicPath | Yes | Path to the schematic file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |