eda_pcb_drc_modify_differential_pair_negative_net
Update the negative net of a specified differential pair to correct design rule check (DRC) violations or adjust PCB routing.
Instructions
pcb_Drc.modifyDifferentialPairNegativeNet(differentialPairName: string, negativeNet: string) -> Promise 修改差分对负网络 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |