eda_pcb_net_unhighlight_net
Unhighlight a specified net in the PCB editor to remove its visual emphasis. Returns true regardless of whether the net was already highlighted.
Instructions
pcb_Net.unhighlightNet(net: string) -> Promise
取消高亮网络
remarks: 本接口的返回值为结果导向,如果该网络原先未高亮,也将返回 true
returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |