eda_pcb_drc_add_net_to_net_class
Add one or more nets to a specific net class to group them for PCB design rule checks. This ensures the nets follow the intended design constraints.
Instructions
pcb_Drc.addNetToNetClass(netClassName: string, net: string | Array) -> Promise 将网络添加到网络类 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |