eda_pcb_drc_create_equal_length_net_group
Group selected nets into an equal-length net group to apply length-matching constraints in PCB design. Specify a name, nets, and color to create the group for DRC checks.
Instructions
pcb_Drc.createEqualLengthNetGroup(equalLengthNetGroupName: string, nets: Array, color: IPCB_EqualLengthNetGroupItem['color']) -> Promise 创建等长网络组 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |