eda_dmt_board_create_board
Create a new board in EasyEDA Pro from schematic or PCB UUIDs. Returns the board name on success or undefined on failure.
Instructions
dmt_Board.createBoard(schematicUuid?: string, pcbUuid?: string) -> Promise<string | undefined>
创建板子
returns: 板子名称,如若为 undefined 则创建失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |