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