no_connect_pin
Place a no-connect flag on a component pin to mark unused pins and prevent ERC errors. Resolves pin position automatically; calling again on an already flagged pin does nothing.
Instructions
Place a no-connect flag on a component pin.
Resolves pin position and places a no-connect flag. Idempotent:
calling again for a pin that already has one is a no-op.
Args:
reference: Component reference (e.g. "U2")
pin_name: Pin name (e.g. "NC") or number (e.g. "3")
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin_name | Yes | ||
| reference | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |