eda_dmt_schematic_create_schematic_page
Creates a new schematic sheet in the active EasyEDA Pro document and returns its UUID, or undefined if creation fails.
Instructions
dmt_Schematic.createSchematicPage(schematicUuid: string) -> Promise<string | undefined>
创建原理图图页
returns: 原理图图页 UUID,如若为 undefined 则创建失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |