eda_pcb_drc_get_net_rules
Retrieve all network rules from the current PCB design to verify routing constraints and ensure DRC compliance in EasyEDA Pro.
Instructions
pcb_Drc.getNetRules() -> Promise<Array<Record<string, any>>> 获取网络规则 returns: 当前 PCB 的所有网络规则
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |