SCH_Net.getNet() 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 Specify detailed information of the net
Signature
typescript
function getNet(net: string): Promise<ISCH_NetInfo | undefined>;1
Parameters
Parameter | Type | Description |
|---|---|---|
net | string | Net name |
Returns
Promise<ISCH_NetInfo | undefined>
Detailed information of the net, undefined is does not exist this net
Remarks
ADD since EDA v4.2