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