eda_pcb_drc_start_real_time_drc
Enable real-time DRC checks in the PCB editor to catch design rule violations as you work.
Instructions
pcb_Drc.startRealTimeDrc() -> 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;省略时使用当前活动窗口 |