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