eda_sch_document_save
Save the active schematic document to prevent data loss, with a boolean result indicating whether the save succeeded.
Instructions
sch_Document.save() -> Promise
保存文档
returns: 保存操作是否成功,保存失败、上传失败等错误均返回 false
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |