eda_dmt_pcb_create_pcb
Create a new PCB in the active EasyEDA Pro window and retrieve its UUID for further design operations.
Instructions
dmt_Pcb.createPcb(boardName?: string) -> Promise<string | undefined>
创建 PCB
returns: PCB UUID,如若为 undefined 则创建失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |