Home > PCB_Drc > saveRuleConfiguration
PCB_Drc.saveRuleConfiguration() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
保存设计规则配置
签名
typescript
saveRuleConfiguration(ruleConfiguration: {
[key: string]: any;
}, configurationName: string, allowOverwrite?: boolean): Promise<boolean>;
1
2
3
2
3
参数名
参数 | 类型 | 描述 |
---|---|---|
ruleConfiguration | { [key: string]: any; } | 设计规则配置 |
configurationName | string | 配置名称 |
allowOverwrite | boolean | (Optional) 是否允许覆写同名设计规则配置, |
返回值
Promise<boolean>
保存是否成功