eda_pcb_document_import_changes
Update your PCB design by importing changes from the schematic. This tool returns whether the import succeeded, helping you verify synchronization.
Instructions
pcb_Document.importChanges(uuid?: string) -> Promise
从原理图导入变更
returns: 导入操作是否成功,导入失败或未传入原理图 UUID 的游离 PCB 将返回 false
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |