Query_Lang-SCHFunctions_Fields_OwnerNameOwnerName_AD
This document is no longer available beyond version 4. Information can now be found here: OwnerName for version 5
Parent page: Schematic Query Functions - Fields
Summary
Returns all designator, parameter, pin, sheet entry, sheet symbol designator, and sheet symbol file name objects whose Owner property complies with the Query.
Syntax
OwnerName : String
Example Usage
OwnerName = 'U3'
Returns all designator, parameter, pin, sheet entry, sheet symbol designator, and sheet symbol file name objects whose Owner property is U3.
OwnerName Like 'U?*'
Returns all designator, parameter, pin, sheet entry, sheet symbol designator, and sheet symbol file name objects that have an Owner property whose associated string starts with U, and which also contains at least one more following character.
Tips
- The Owner property is only defined for designator, parameter, pin, sheet entry, sheet symbol designator, and sheet symbol file name objects.