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