eda_pcb_select_control_get_selected_primitives
Retrieve all parameters of currently selected PCB primitives, enabling inspection of selected elements' properties in the active EDA window.
Instructions
pcb_SelectControl.getSelectedPrimitives() -> Promise<Array> 查询选中图元的所有参数 returns: 选中图元的所有参数 [已弃用]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |