Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Altium - How to create a differential pair to polygon clearance rule?

Status
Not open for further replies.

cpirius

Newbie level 3
Joined
Feb 8, 2012
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
I'm trying to figure out how to make a rule in Altium that specifies the clearance between any differential pair line and any polygon plane. I want to set the 20 mil space between trace edge and plane edge specified for PCI-E signals. The problem is that I can't figure out how to make a query that only targets differential pairs. If I could do that I could make a Clearance rule between InPolygon and "In Diff Pair" of 20 mils.

Anyone know how to do this? Or if it is possible?

Thanks
 

create a net class for your differential nets and define a rule between the netclass and polygon......
 

create a net class for your differential nets and define a rule between the netclass and polygon......

Yea, that is a work around. Would be nice if you could just query for differential pairs, but thanks.
 

I figured it out. You can query for differential pairs using Differential Pair Classes, and there is even a default class for all differential pairs. You can make custom class groups as needed. (Design->Classes in the PCB editor. "Differential Pair Classes" list)

Create a Clearance rule with the query:
InDifferentialPairClass('All Differential Pairs')

And:
InPolygon


altium rule.PNG
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top