Query_Lang-PCBFunctions_AttributeChecks_IsUserRoutedIsUserRouted_AD
This document is no longer available beyond version 21. Information can now be found here: IsUserRouted for version 25
Parent page: PCB Query Functions - Attribute Checks
Summary
Returns all design objects placed manually by the user.
Syntax
IsUserRouted : Boolean/Boolean_String
Example Usage
IsUserRouted
IsUserRouted = True
IsUserRouted = 'True'
Returns all design objects placed manually by the user. All objects placed as a result of an Autorouting process are not returned.
Not IsUserRouted
IsUserRouted = False
IsUserRouted = 'False'
Returns all objects except design objects placed manually by the user.