ivan27807
Junior Member level 2
- Joined
- Dec 19, 2011
- Messages
- 23
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,283
- Location
- United Kingdom
- Activity points
- 1,461
A pcb has a specific transition requirement where polygon pour gap around the via needs to be 0.17mm while the gap of the stripline to polygon pour is .425mm. The via-to-pour gap rule has been set to higher priority but the gap doesn't decreased around the via because the stripline terminates in the middle of the via.
VIA RULE (Higher Priority):
Where the first object matches:
((ObjectKind = 'Via') And ((DrillPair = 'Top Layer - Mid Layer 3') OR (DrillPair = 'Mid Layer 6 - Bottom Layer')) And (PadViaLibraryTemplate = 'v46h20'))
Where the second object matches: All
Value set to: 0.17mm (different nets only)
STRIPLINE RULE:
Where the first object matches:
(OnMid and (InNetClass('A') or InNetClass('B')))
Where the second object matches: All
Value set to: 0.425mm (different nets only)
Is anyone here knows to create the same pattern as shown in the attached "Recommended PCB Transition" using altium design rules? Manual process is not suitable as this transition is present all over the pcb.
Thank you in advance.
VIA RULE (Higher Priority):
Where the first object matches:
((ObjectKind = 'Via') And ((DrillPair = 'Top Layer - Mid Layer 3') OR (DrillPair = 'Mid Layer 6 - Bottom Layer')) And (PadViaLibraryTemplate = 'v46h20'))
Where the second object matches: All
Value set to: 0.17mm (different nets only)
STRIPLINE RULE:
Where the first object matches:
(OnMid and (InNetClass('A') or InNetClass('B')))
Where the second object matches: All
Value set to: 0.425mm (different nets only)
Is anyone here knows to create the same pattern as shown in the attached "Recommended PCB Transition" using altium design rules? Manual process is not suitable as this transition is present all over the pcb.
Thank you in advance.