eda_sch_select_control_do_cross_probe_select
Perform cross-probe selection in the schematic by specifying components, pins, or nets, with options to highlight or select them for targeted design navigation.
Instructions
sch_SelectControl.doCrossProbeSelect(components?: Array, pins?: Array, nets?: Array, highlight?: boolean, select?: boolean) -> boolean 进行交叉选择 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |