eda_sch_document_import_changes
Import PCB design changes into the schematic document, updating the circuit with modifications made on the PCB layout. Returns success or failure.
Instructions
sch_Document.importChanges() -> Promise
从 PCB 导入变更
returns: 导入操作是否成功,导入失败或游离原理图返回 false
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |