eda_dmt_schematic_create_schematic
Create a new schematic in EasyEDA Pro and get its UUID for subsequent steps. Returns undefined if creation fails.
Instructions
dmt_Schematic.createSchematic(boardName?: string) -> Promise<string | undefined>
创建原理图
returns: 原理图 UUID,如若为 undefined 则创建失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |