Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Fields
Returns all pad objects whose Hole Type property complies with the Query.
HoleType = HoleType_String
HoleType <> HoleType_String
HoleType_String
must be one of the strings from the following list:
'Round'
'Slot'
'Square'
HoleType = 'Square'
Returns all pad objects whose Hole Type property is Square
.
HoleType <> 'Slot'
Returns all objects except pad objects whose Hole Type property is Slot
.
HoleType = 'Square' || HoleType = 'Slot'
IsPad && HoleType <> 'Round'
Returns all objects except pad objects whose Hole Type property is Round.
HoleType_String
are mandatory.
Contact our corporate or local offices directly.