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.
获取实时 DRC 检查状态
Signature
typescript
getRealTimeDrcStatus(): Promise<boolean>;1
Returns
Promise<boolean>
实时 DRC 检查状态,实时 DRC 已停止、不处于 PCB 或获取失败均返回 false
Remarks
ADD since EDA v4.2