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.

Altium 9.0 clearance problem - footprint tqfp64

Status
Not open for further replies.

bcd8421

Newbie
Joined
Jun 10, 2013
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,304
Hello, I have problem with clearance rule. I use mcu(PIC32mx) in tqfp 64 and I have 10 mils clearence for all board, but I have many DRC violations between pads in that footprint. I try to use HasFootprint('Tqfp64'), but it didn't solve the problem. I can't rute tracs from footprint. I red about rooms rules(WithinRoom('....')) but I don't know how to use it. Plese help, thanks in advance.
 

You can create groups of components and assign different rules to each group with (InComponentClass('All Components')) or (InComponentClass('myName'))
 
You can also set the design rules for that specific component.
Try " (InComponent('XXX') AND IsPad) " as first query and " ALL " as second query and set the required clearance.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top