eda_pcb_drc_get_real_time_drc_status
Check whether real-time Design Rule Check (DRC) is actively running in the PCB editor. Returns true if active, false if stopped, not in PCB, or retrieval fails.
Instructions
pcb_Drc.getRealTimeDrcStatus() -> Promise
获取实时 DRC 检查状态
remarks: ADD since EDA v4.2
returns: 实时 DRC 检查状态,实时 DRC 已停止、不处于 PCB 或获取失败均返回 false
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |