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