eda_pcb_net_get_netlist
Retrieve the netlist data from the current PCB design in EasyEDA Pro to verify connections or export circuit information.
Instructions
pcb_Net.getNetlist(type?: ESYS_NetlistType) -> Promise 获取网表 returns: 网表数据
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |