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