Home > SCH_Net > getCurrentProjectAllNets
SCH_Net.getCurrentProjectAllNets() 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 detailed information of all nets under the current project
Signature
typescript
function getCurrentProjectAllNets(): Promise<Array<ISCH_ProjectNetInfo>>;1
Returns
Promise<Array<ISCH_ProjectNetInfo>>
Detailed information of all nets under the current project
Remarks
ADD since EDA v4.2