Home > PCB_Drc > stopRealTimeDrc
PCB_Drc.stopRealTimeDrc() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
停止实时 DRC 检查
Signature
typescript
stopRealTimeDrc(): Promise<boolean>;1
Returns
Promise<boolean>
是否成功停用实时 DRC 检查
Remarks
本接口返回值为结果导向,调用本接口前已停用实时 DRC 检查也将返回 true
ADD since EDA v4.2