Связаться с нами
Связаться с нашими Представительствами напрямую
Parent page: PCB Query Functions - Membership Checks
Returns all pad objects that are members of the specified Pad Class.
InPadClass(ClassName : String) : Boolean/Boolean_String
InPadClass('Top Side Probe Pads')
InPadClass('Top Side Probe Pads') = True
InPadClass('Top Side Probe Pads') = 'True'
Returns all pad objects that are members of the Top Side Probe Pads
Pad Class.
Not InPadClass('Bottom Side Probe Pads')
InPadClass('Bottom Side Probe Pads') = False
InPadClass('Bottom Side Probe Pads') = 'False'
Returns all objects except pad objects that are members of the Bottom Side Probe Pads
Pad Class.
ClassName
string are mandatory.Связаться с нашими Представительствами напрямую