eda_pcb_select_control_do_cross_probe_select
Cross-select PCB elements by components, pins, or nets to sync highlight and selection across the design window, enabling efficient navigation and verification.
Instructions
pcb_SelectControl.doCrossProbeSelect(components?: Array, pins?: Array, nets?: Array, highlight?: boolean, select?: boolean) -> Promise 进行交叉选择
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |