eda_dmt_schematic_get_schematic_info
Retrieve detailed properties of a schematic by its UUID to access design data. Use this to fetch schematic attributes for analysis or automation.
Instructions
dmt_Schematic.getSchematicInfo(schematicUuid: string) -> Promise<IDMT_SchematicItem | undefined>
获取原理图的详细属性
returns: 原理图的详细属性,如若为 undefined 则获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |