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.
开始实时 DRC 检查
Signature
typescript
startRealTimeDrc(): Promise<boolean>;1
Returns
Promise<boolean>
是否成功启用实时 DRC 检查
Remarks
本接口返回值为结果导向,调用本接口前已启用实时 DRC 检查也将返回 true
ADD since EDA v4.2