eda_pcb_net_get_net
Retrieves detailed information about a specific PCB net by its name, returning the net's data or undefined if it doesn't exist.
Instructions
pcb_Net.getNet(net: string) -> Promise<IPCB_NetInfo | undefined>
获取指定网络的详细信息
returns: 网络的详细信息, undefined 为不存在该网络
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |