eda_dmt_editor_control_open_document
Open a specific EDA document by its UUID, optionally in a split-screen view. Returns the tab ID for the opened document, or undefined if the open fails. Use this to load a design into the active editor window.
Instructions
dmt_EditorControl.openDocument(documentUuid: string, splitScreenId?: string) -> Promise<string | undefined>
打开文档
returns: 标签页 ID,如若为 undefined,则打开文档失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |