Home > DMT_Pcb > modifyPcbName
DMT_Pcb.modifyPcbName() method
Modify PCB name
Signature
typescript
function modifyPcbName(pcbUuid: string, pcbName: string): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
pcbUuid | string | PCB UUID |
pcbName | string | PCB name |
Returns
Promise<boolean>
Whether Modify 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), modifying the name will also modify the reuse block symbol name and the associated schematic name