no_connect_pin
Place a no-connect flag on a component pin by specifying the component reference and pin name in a KiCad schematic file.
Instructions
Place a no-connect flag on a component pin.
Resolves pin position and places a no-connect flag.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | ||
| pin_name | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |