Home > PCB_Drc > getRuleConfiguration
PCB_Drc.getRuleConfiguration() method
获取指定设计规则配置
签名
typescript
getRuleConfiguration(configurationName: string): Promise<{
[key: string]: any;
} | undefined>;
1
2
3
2
3
参数名
参数 | 类型 | 描述 |
---|---|---|
configurationName | string | 配置名称 |
返回值
Promise<{ [key: string]: any; } | undefined>
设计规则配置,undefined
为不存在该设计规则