eda_pcb_drc_delete_equal_length_net_group
Delete a specified equal-length net group from the PCB design to clear DRC constraints. Removes the named group, returning success status.
Instructions
pcb_Drc.deleteEqualLengthNetGroup(equalLengthNetGroupName: string) -> Promise 删除等长网络组 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |