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.
获取焊盘对组最短导线长度
Signature
typescript
getPadPairGroupMinWireLength(padPairGroupName: string): Promise<Array<IPCB_PadPairMinWireLengthItem>>;
1
Parameters
Parameter | Type | Description |
---|---|---|
padPairGroupName | string | 焊盘对组名称 |
Returns
Promise<Array<IPCB_PadPairMinWireLengthItem>>
所有焊盘对的最短导线长度