Home > DMT_Board > createBoard
DMT_Board.createBoard() 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
createBoard(schematicUuid?: string, pcbUuid?: string): Promise<string | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
schematicUuid | string | (Optional) 关联原理图 UUID |
pcbUuid | string | (Optional) 关联 PCB UUID |
Returns
Promise<string | undefined>
板子名称,如若为 undefined
则创建失败