sch_create_component
Place a component in the schematic at specified coordinates. Provide an LCSC part number, component query, or library UUID to resolve and place the part.
Instructions
在原理图放置元件。可直接传 libraryUuid+uuid,或传 lcsc/query 由 easyeda-agent 自动解析 device identity(路线1:LCSC 取件解析器)。先试 JLCMCP 原生创建,失败降级委派 easyeda-agent。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X 坐标 | |
| y | Yes | Y 坐标 | |
| lcsc | No | LCSC 编号,如 C25804(自动 lib search 解析) | |
| uuid | No | 元件 UUID(device-library uuid,非 instance id) | |
| query | No | 元件名/参数查询,如 1N4148 或 "100nF 0402"(自动 lib search 解析) | |
| mirror | No | 是否镜像 | |
| rotation | No | 旋转角度 0/90/180/270 | |
| designator | No | 位号,如 R1 | |
| libraryUuid | No | 元件库 UUID(与 lcsc/query 二选一) |