eda_pcb_net_highlight_net
Highlight a specific net in the PCB layout to visually identify and trace its connections, enabling quick inspection and debugging of circuit paths.
Instructions
pcb_Net.highlightNet(net: string) -> Promise
高亮网络
remarks: 本接口的返回值为结果导向,如果该网络原先已高亮,也将返回 true
returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |