Home > PCB_Net > setNetlist
PCB_Net.setNetlist() method
Update the netlist
Signature
typescript
function setNetlist(type: ESYS_NetlistType | undefined, netlist: string): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
type | ESYS_NetlistType | undefined | Netlist format |
netlist | string | Netlist data |
Returns
Promise<boolean>