eda_sch_net_get_net
Retrieve detailed information about a specific net in a schematic, returning its properties or undefined if the net does not exist.
Instructions
sch_Net.getNet(net: string) -> Promise<ISCH_NetInfo | undefined>
获取指定网络的详细信息
remarks: ADD since EDA v4.2
returns: 网络的详细信息, undefined 为不存在该网络
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |