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.
Modify the name of the pad pair group
Signature
typescript
function modifyPadPairGroupName(
originalPadPairGroupName: string,
padPairGroupName: string,
): Promise<boolean>;1
2
3
4
2
3
4
Parameters
Parameter | Type | Description |
|---|---|---|
originalPadPairGroupName | string | Original pad pair group name |
padPairGroupName | string | New pad pair group name |
Returns
Promise<boolean>
Whether the operation is successful