Home > PCB_Net > setNetlist
PCB_Net.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<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
type | ENetlistType | undefined | 网表格式 |
netlist | string | 网表数据 |
Returns
Promise<boolean>