2

I want to use a poured plane in my design, but i need more clearance on the bigger pads. If i increase the clearance in the rules, all the spaces between pads, will increase. Is there a way to specify, which pads should have a bigger clearance?

enter image description here

Felix Kunz
  • 318
  • 2
  • 11

1 Answers1

3

You should create a pad class and add the pads you want to have a larger clearance to it. Go to Design -> Classes, right-click "Pad Classes" in the left-hand pane and select "Add Class". Name the class and in the "Non-Members" pane select all of the pads you want more clearance around. Use ctrl+click for multi-select. Then click the ">" arrow to add the pads to the "Members" pane:

enter image description here

Click "OK". Then in the design rules under clearance create a new rule, and for "Where The First Object Matches" select "Custom Query" and use "inPadClass('myPadClass')" Set your clearance, click "Apply", and then "OK":

enter image description here

The new rule will only apply to the pads that you have added to "myPadClass".

DerStrom8
  • 21,042
  • 8
  • 61
  • 95