How can I define class to class clearance in Altium? For example I have 8 nets differential ("TX_P-TX_N", "RX_P-RX_N", "CTS_P-CTS_N, RTS_P-RTS_N). I added 8 nets in same class (DIFF100), I created differential rule (track size 110um, air gap:200um, track size:110um). When I added clearance 600um from "DIFF100" to all nets, Altium gave an error "TX_P" and "TX_N" close from 600um. As you know, well there is should be 200um between "TX_P" and "TX_N" and "GND" should be away 600um from them. How can I define in Altium? Sorry my enflish is not good..:-)
Announcement
Collapse
No announcement yet.
Class to class clearance deifinition
Collapse
X
-
I think instead of All for the second object, you should use Not InNetClass('DIFF100'). Otherwise you might have problems because when on of the tracks in a diff pair is checked against the other, the clearance will be less than 0.3 mm. No sure if Altium is smart enough to consider the native gap, but maybe if it works with Robert, it is.
Comment
-
Firstly, thank you for your responses. I tried Robert's definiton, but didn't work. You can see in pictures. Meanwhile I tried Mairomaster's rule, didn't work too. Actually I solved my problem with the many rule definition, but I would like know the problem can be solve with other rule deifinition. Thank you again.3 Photos
Comment
-
Did you try to use InNetClass? It may not work with InDifferentialPairClass.
PS: mairomaster is right. Once you have the basic working, you will need to tweak the rule, otherwise you will not be able to route it even close to VIAs.
Comment
-
On the screenshots you are using InDifferentialPairClass, so I was not sure if you tried it also with InNetClass. If it didnt work, I am not sure then. You may have some other rules with higher priorities blocking the new rule. Rule priority is also important. Did you try to play with priorities?
Comment
Comment