eda_pcb_drc_get_net_by_net_rules
Retrieve all net-to-net design rule check (DRC) rules from the active PCB. Use this to audit clearance or constraint violations between specific nets without parsing the entire DRC configuration.
Instructions
pcb_Drc.getNetByNetRules() -> Promise<Record<string, any>> 获取网络-网络规则 returns: 当前 PCB 的所有网络-网络规则
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |