Mirror

This document is no longer available beyond version 21. Information can now be found here: Mirror for version 24

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

  1. The Mirror property is only defined for string objects.

 

Note

The features available depend on your level of Altium Designer Software Subscription.