eda_pcb_drc_stop_real_time_drc
Stop real-time Design Rule Check (DRC) in EasyEDA Pro to prevent continuous validation during PCB editing. Returns true whether or not DRC was active.
Instructions
pcb_Drc.stopRealTimeDrc() -> Promise
停止实时 DRC 检查
remarks: 本接口返回值为结果导向,调用本接口前已停用实时 DRC 检查也将返回 true
ADD since EDA v4.2 returns: 是否成功停用实时 DRC 检查
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |