Home > DMT_Schematic > createSchematic
DMT_Schematic.createSchematic() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
创建原理图
Signature
typescript
createSchematic(boardName?: string): Promise<string | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
boardName | string | (Optional) 所属板子名称,如若不指定则为游离原理图 |
Returns
Promise<string | undefined>
原理图 UUID,如若为 undefined
则创建失败