Object_SheetName
Parent page: Schematic Query Functions - Membership Checks
Summary
Returns all child objects of sheet symbol objects (sheet symbol, device sheet symbol, managed sheet instance symbol) whose Sheet Name property (i.e. the Sheet Symbol Designator) complies with the Query.
Syntax
Object_SheetName(Parent) : String
Example Usage
Object_SheetName(Parent) = '
Accelerometer
'
Returns all child objects of sheet symbol objects whose Sheet Name property is Accelerometer
.
Object_SheetName(Parent) Like '*Power*'
Returns all child objects of sheet symbol objects whose Sheet Name property includes Power
.
Tips
- The Sheet Name property is only defined for sheet symbol objects.