eda_sch_netlist_get_netlist
Get the netlist data from an EasyEDA Pro schematic. Returns the netlist as a string, enabling circuit analysis or export without manual extraction.
Instructions
sch_Netlist.getNetlist(type?: ESYS_NetlistType) -> Promise 获取网表 returns: 网表数据 [已弃用]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |