Home > SCH_Net > getAllNetsName
SCH_Net.getAllNetsName() 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 net names of all nets
Signature
typescript
function getAllNetsName(): Promise<Array<string>>;1
Returns
Promise<Array<string>>
Net name array
Remarks
ADD since EDA v4.2