eda_pcb_drc_modify_net_class_name
Rename a PCB net class to adjust Design Rule Check settings. Specify the current net class name and the new name to update DRC configs.
Instructions
pcb_Drc.modifyNetClassName(originalNetClassName: string, netClassName: string) -> Promise 修改网络类的名称 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |