Query_Lang-PCBFunctions_AttributeChecks_IsSelectedIsSelected_AD
Parent page: PCB Query Functions - Attribute Checks
Summary
Returns all objects that are currently selected in the design workspace.
Syntax
IsSelected : Boolean/Boolean_String
Example Usage
IsSelected
IsSelected = True
IsSelected = 'True'
Returns all objects that are currently selected in the design workspace.
Not IsSelected
IsSelected = False
IsSelected = 'False'
Returns all objects except objects that are currently selected in the design workspace.