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.
Stop real-time DRC check
Signature
typescript
function stopRealTimeDrc(): Promise<boolean>;1
Returns
Promise<boolean>
Whether real-time DRC check was successfully disabled
Remarks
The return value of this API is result-oriented. If real-time DRC check was already disabled before calling this API, true will also be returned ADD since EDA v4.2