Home > PCB_Drc > modifyPadPairGroupName
PCB_Drc.modifyPadPairGroupName() 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
modifyPadPairGroupName(originalPadPairGroupName: string, padPairGroupName: string): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
originalPadPairGroupName | string | 原焊盘对组名称 |
padPairGroupName | string | 新焊盘对组名称 |
Returns
Promise<boolean>
操作是否成功