eda_pcb_document_stop_calculating_ratline
Stops the calculation of ratlines (airwires) in the PCB document to avoid performance slowdown during design. Deprecated in EDA v4.2.
Instructions
pcb_Document.stopCalculatingRatline() -> Promise 停止飞线计算功能 deprecated: since EDA v4.2 returns: 操作是否成功 [已弃用]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |