Home > SCH_Netlist > getNetlist
SCH_Netlist.getNetlist() method
获取网表
签名
typescript
getNetlist(type?: ENetlistType): Promise<string | Array<string>>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
type | (Optional) 网表格式 |
返回值
Promise<string | Array<string>>
网表数据,当 type 为 JLCEDA
或 EasyEDA
时,返回值为数组