pcb_create_component
Place a library component onto a PCB layer at specified coordinates to automate component placement in your design.
Instructions
从库中放置元件到 PCB
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X 坐标 (mil) | |
| y | Yes | Y 坐标 (mil) | |
| layer | Yes | 层号 (1=顶层, 2=底层) | |
| rotation | No | 旋转角度 | |
| libraryUuid | Yes | 库 UUID | |
| componentUuid | Yes | 元件 UUID |