eda_pcb_net_set_netlist
Update the PCB netlist in EasyEDA Pro by supplying a new netlist string and optional type, synchronizing connectivity for the active board.
Instructions
pcb_Net.setNetlist(type: ESYS_NetlistType | undefined, netlist: string) -> Promise 更新网表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |