Home > PCB_Drc > getRealTimeDrcStatus
PCB_Drc.getRealTimeDrcStatus() 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.
Get Real-time DRC check state
Signature
typescript
function getRealTimeDrcStatus(): Promise<boolean>;1
Returns
Promise<boolean>
Real-time DRC check status. If real-time DRC is stopped, not in a PCB, or the retrieval fails, false is returned
Remarks
ADD since EDA v4.2