eda_pcb_drc_get_all_pad_pair_groups
Retrieve detailed attributes for all pad pair groups in a PCB design to support design rule check analysis. Use this to inspect or validate pad pair configurations.
Instructions
pcb_Drc.getAllPadPairGroups() -> Promise<Array> 获取所有焊盘对组的详细属性 returns: 所有焊盘对组的详细属性
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |