eda_sch_primitive_wire_delete
Delete schematic wires by providing primitive IDs or wire objects, returning a boolean to confirm whether the removal succeeded.
Instructions
sch_PrimitiveWire.delete(primitiveIds: string | ISCH_PrimitiveWire | Array | Array) -> Promise 删除导线 returns: 删除操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |