Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Fields
Returns all pad objects whose Plated property complies with the Query.
PadIsPlated : Boolean_String
Boolean_String
must be either 'True'
or 'False'
.
PadIsPlated = 'True'
Returns all pad objects whose Plated property is enabled.
PadIsPlated = 'False'
Returns all pad objects whose Plated property is disabled.
PadIsPlated <> 'True'
Not (PadIsPlated = 'True')
Returns all objects except pad objects whose Plated property is enabled.
PadIsPlated <> 'False'
Not (PadIsPlated = 'False')
Returns all objects except pad objects whose Plated property is disabled.
Contact our corporate or local offices directly.