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<{
[key: string]: any;
}>>;
1
2
3
2
3
Parameters
Parameter | Type | Description |
---|---|---|
includeSystem | boolean | (Optional) 是否获取系统设计规则配置 |
Returns
Promise<Array<{ [key: string]: any; }>>
所有设计规则配置