eda_dmt_schematic_get_current_schematic_info
Get detailed properties of the currently active schematic in EasyEDA Pro, returning design attributes for the focused schematic sheet.
Instructions
dmt_Schematic.getCurrentSchematicInfo() -> Promise<IDMT_SchematicItem | undefined>
获取当前原理图的详细属性
remarks: 将会获取当前打开且拥有最后输入焦点的原理图图页所关联的原理图的详细属性
returns: 原理图的详细属性,如若为 undefined 则获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |