IsComponentPad
Created: August 02, 2022 | Updated: August 02, 2022
Parent page: PCB Query Functions - Object Type Checks
Summary
Returns pad objects which are children of component objects.
Syntax
IsComponentPad : Boolean
Example Usage
IsComponentPad
IsComponentPad = True
Returns all pad objects which are children of component objects.
Not IsComponentPad
IsComponentPad = False
Returns all objects except pad objects which are children of component objects.