eda_dmt_schematic_get_all_schematic_pages_info
Retrieves detailed properties for every schematic page in the active EasyEDA Pro project, returning an array of page items for inspection or further processing.
Instructions
dmt_Schematic.getAllSchematicPagesInfo() -> Promise<Array> 获取工程内所有原理图图页的详细属性 returns: 所有原理图图页的详细属性的数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |