Home > SCH_Netlist > getNetlist
SCH_Netlist.getNetlist() method
Warning: This API is now obsolete.
Please use SCH_ManufactureData.getNetlistFile() instead
Get the netlist
Signature
typescript
function getNetlist(type?: ESYS_NetlistType): Promise<string>;1
Parameters
Parameter | Type | Description |
|---|---|---|
type | (Optional) Netlist format |
Returns
Promise<string>
Netlist data