eda_pcb_drc_overwrite_net_by_net_rules
Replace all net-to-net design rules in the current PCB with a provided rule set. Use this to apply custom clearance or constraint rules across the board, while noting that existing net-by-net rules are overwritten.
Instructions
pcb_Drc.overwriteNetByNetRules(netByNetRules: Record<string, any>) -> Promise 覆写网络-网络规则 remarks: 将会覆写当前 PCB 的所有网络-网络规则,请注意数据丢失风险 returns: 覆写是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |