SheetName
Parent page: Schematic Query Functions - Fields
Summary
Returns all 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
SheetName : String
Example Usage
SheetName = '
Accelerometer
'
Returns all sheet symbol objects whose Sheet Name property is Accelerometer
.
SheetName Like '*Power*'
Returns all sheet symbol objects whose Sheet Name property includes Power
.
Tips
- The Sheet Name property is only defined for sheet symbol objects.