DMT_Pcb.createPcb() method
Create PCB
Signature
typescript
function createPcb(boardName?: string): Promise<string | undefined>;1
Parameters
Parameter | Type | Description |
|---|---|---|
boardName | string | (Optional) Name of the board it belongs to. If not specified, it is a free PCB |
Returns
Promise<string | undefined>
PCB UUID, if it is undefined creation fails