Home > PCB_Drc > getAllDifferentialPairs
PCB_Drc.getAllDifferentialPairs() 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
getAllDifferentialPairs(): Promise<Array<IPCB_DifferentialPairItem> | {
[key: string]: any;
}>;1
2
3
2
3
Returns
Promise<Array<IPCB_DifferentialPairItem> | { [key: string]: any; }>
所有差分对的详细属性
Remarks
BREAKING CHANGE since EDA v3.4
- 返回值类型更改为对象