Query_Lang-PCBFunctions_Fields_MirrorMirror_AD
This document is no longer available beyond version 21. Information can now be found here: Mirror for version 25
Parent page: PCB Query Functions - Fields
Summary
Returns all string objects whose Mirror property complies with the Query.
Syntax
Mirror : Boolean_String
Boolean_String
must be either 'True'
or 'False'
.
Example Usage
Mirror = 'True'
Returns all string objects whose Mirror property is enabled.
Mirror = 'False'
Returns all string objects whose Mirror property is disabled.
Mirror <> 'True'
Not (Mirror = 'True')
Returns all objects except string objects whose Mirror property is enabled.
Mirror <> 'False'
Not (Mirror = 'False')
Returns all objects except string objects whose Mirror property is disabled.
Tips
- The Mirror property is only defined for string objects.