eda_pcb_drc_delete_pad_pair_group
Delete a specified pad pair group from the PCB design rule check (DRC) configuration to remove its associated clearance or constraint rules.
Instructions
pcb_Drc.deletePadPairGroup(padPairGroupName: string) -> Promise 删除焊盘对组 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |