DMT_Pcb.deletePcb() method
Delete PCB
Signature
typescript
function deletePcb(pcbUuid: string): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
pcbUuid | string | PCB UUID |
Returns
Promise<boolean>
Whether the operation is successful
Remarks
If the PCB is already associated with a reuse block (a reuse block symbol with the same name exists in the project library), deleting the PCB will also delete the associated schematic and reuse block symbol. If the reuse block symbol cannot be deleted, it will be skipped