pcb_create_via
Add a via to the PCB layout by defining its net, X/Y coordinates, drill size, and outer diameter. Place a via precisely to connect copper layers.
Instructions
创建过孔
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X 坐标 (mil) | |
| y | Yes | Y 坐标 (mil) | |
| net | Yes | 网络名称 | |
| drill | Yes | 钻孔直径 (mil) | |
| diameter | Yes | 过孔外径 (mil) |