eda_dmt_panel_get_current_panel_info
Retrieves detailed properties of the currently active panel in the EDA window. Use it to identify which panel has focus and access its attributes.
Instructions
dmt_Panel.getCurrentPanelInfo() -> Promise<IDMT_PanelItem | undefined>
获取当前面板的详细属性
remarks: 将会获取当前打开且拥有最后输入焦点的面板的详细属性
returns: 面板的详细属性,如若为 undefined 则获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |