Query_Lang-PCBFunctions_AttributeChecks_IsNetSelectedIsNetSelected_AD
This document is no longer available beyond version 21. Information can now be found here: IsNetSelected for version 24
Parent page: PCB Query Functions - Attribute Checks
Summary
Returns net-aware objects (arcs, fills, pads, polygon pours, solid regions, tracks, and vias) whose Net property corresponds to the currently selected Net object(s).
Syntax
IsNetSelected : Boolean/Boolean_String
Example Usage
IsNetSelected
IsNetSelected = True
IsNetSelected = 'True'
Returns all net-aware objects (arcs, fills, pads, polygon pours, solid regions, tracks, and vias) whose Net property corresponds to the currently selected Net object(s).
Not IsNetSelected
IsNetSelected = False
IsNetSelected = 'False'
Returns all objects except net-aware objects (arcs, fills, pads, polygon pours, solid regions, tracks, and vias) whose Net property corresponds to the currently selected Net object(s).
Tips
- The selected Net objects are not returned, nor are the child primitives of any polygon pour objects which are returned.