kicad.place_via
Place a via at specified coordinates in a KiCad PCB design to connect layers, with customizable drill size and diameter for routing connections.
Instructions
[Requires open project] Place a via at a position. Example: place_via(x=105, y=100, drill=0.3, diameter=0.6)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| drill | No | ||
| diameter | No | ||
| net | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |