eda_sch_primitive_wire_get_all
Retrieve all schematic wire primitives from the active EasyEDA Pro window. Use this to inspect or process every wire in the design.
Instructions
sch_PrimitiveWire.getAll(net?: string | Array) -> Promise<Array> 获取所有导线 returns: 导线图元对象数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |