Home > PCB_Drc > getPadPairGroupMinWireLength
PCB_Drc.getPadPairGroupMinWireLength() 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.
Get the minimum wire length of a pad pair group
Signature
typescript
function getPadPairGroupMinWireLength(
padPairGroupName: string,
): Promise<Array<IPCB_PadPairMinWireLengthItem>>;1
2
3
2
3
Parameters
Parameter | Type | Description |
|---|---|---|
padPairGroupName | string | Pad pair group name |
Returns
Promise<Array<IPCB_PadPairMinWireLengthItem>>
The minimum wire lengths of all pad pairs