eda_pcb_drc_get_default_rule_configuration_name
Retrieve the name of the default design rule configuration used for new PCBs in EasyEDA Pro. Use this to identify the active DRC rule set before modifying or validating PCB design constraints.
Instructions
pcb_Drc.getDefaultRuleConfigurationName() -> Promise<string | undefined>
获取新建 PCB 默认设计规则配置的名称
returns: 默认设计规则配置的名称,undefined 为获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |