Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Fields
Returns all pad objects whose Stack Mode property complies with the Query.
PadStackMode = StackMode_String
PadStackMode <> StackMode_String
StackMode_String
must be one of the strings from the following list:
'Full Stack'
'Simple'
'Top-Middle-Bottom'
PadStackMode = 'Simple'
Returns all pad objects whose Stack Mode property is Simple
.
PadStackMode <> 'Full Stack'
Returns all objects except pad objects whose Stack Mode property is Full Stack
.
PadStackMode
= 'Simple
' || PadStackMode
= 'Top-Middle-Bottom
'
IsPad && PadStackMode
<> 'Full Stack
'
Returns all objects except pad objects whose Stack Mode property is Full Stack
.
StackMode_String
are mandatory.
Contact our corporate or local offices directly.