Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Attribute Checks
Returns all pad objects with a round pad shape on the specified layer.
IsRoundPadShapeOnLayer(Layer : String) : Boolean/Boolean_String
IsRoundPadShapeOnLayer('Top Layer')
IsRoundPadShapeOnLayer('Top Layer') = True
IsRoundPadShapeOnLayer('Top Layer') = 'True'
Returns all pad objects with a round pad shape on the Top Layer.
Not IsRoundPadShapeOnLayer('Bottom Layer')
IsRoundPadShapeOnLayer('Bottom Layer') = False
IsRoundPadShapeOnLayer('Bottom Layer') = 'False'
Returns all objects except pad objects with a round pad shape on the Bottom Layer.
Layer
are mandatory.Contact our corporate or local offices directly.