eda_pcb_drc_modify_differential_pair_positive_net
Update the positive net of a differential pair to resolve PCB design rule check errors. Specify the differential pair name and new positive net to modify routing constraints.
Instructions
pcb_Drc.modifyDifferentialPairPositiveNet(differentialPairName: string, positiveNet: string) -> Promise 修改差分对正网络 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |