Home > PCB_Drc > getAllRuleConfigurations
PCB_Drc.getAllRuleConfigurations() 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.
获取所有设计规则配置
Signature
typescript
getAllRuleConfigurations(includeSystem?: boolean): Promise<Array<Record<string, any>>>;1
Parameters
Parameter | Type | Description |
|---|---|---|
includeSystem | boolean | (Optional) 是否获取系统设计规则配置 |
Returns
Promise<Array<Record<string, any>>>
所有设计规则配置