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