SymbolScaleFactor
Parent page: Schematic Query Functions - Fields
Summary
Returns all IEEE symbol objects whose Scale property complies with the Query.
Syntax
SymbolScaleFactor : Numeric_String
SymbolScaleFactor : Number
Example Usage
SymbolScaleFactor = '1000000'
Returns all IEEE symbol objects whose Scale property is 1000000.
SymbolScaleFactor Between '300000' And '700000'
Returns all IEEE symbol objects whose Scale property is greater than, or equal to, 300000, and less than, or equal to, 700000.
IsSymbol && SymbolScaleFactor >= 400000
Returns all IEEE symbol objects whose Scale property is greater than, or equal to, 400000.
SymbolScaleFactor <> '1000000'
Returns all objects except IEEE symbol objects whose Scale property is 1000000.
Tips
- The Scale property is only defined for IEEE symbol objects.