Home > SCH_Netlist > setNetlist
SCH_Netlist.setNetlist() 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.
更新网表
Signature
typescript
setNetlist(type: ENetlistType | undefined, netlist: string): Promise<void>;
1
Parameters
Parameter | Type | Description |
---|---|---|
type | ENetlistType | undefined | 网表格式 |
netlist | string | 网表数据 |
Returns
Promise<void>