Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Fields
Returns pad objects whose Shape (Mid Layer 26) property complies with the Query.
PadShape_MidLayer26 = PadShape_String
PadShape_MidLayer26 <> PadShape_String
PadShape_String
must be one of the following strings:
PadShape_MidLayer26 = 'Rectangular'
Returns all pad objects whose Shape (Mid Layer 26) property is set to Rectangular.
PadShape_MidLayer26 <> 'Octagonal'
Returns all objects except for pad objects whose Shape (Mid Layer 26) property is set to Octagonal.
PadShape_MidLayer26 = 'Round' || PadShape_MidLayer26 = 'Rectangular'
Returns all pad objects whose Shape (Mid Layer 26) property is set to either Round or Rectangular.
IsPad && PadShape_MidLayer26 <> 'Octagonal'
Returns all objects except for pad objects whose Shape (Mid Layer 26) property is set to Octagonal.
PadShape_String
are mandatory.
Contact our corporate or local offices directly.