chainMirrorEquivOrients
layoutXL chainMirrorEquivOrients boolean { t | nil }
Description
Controls the orientation in which devices are mirrored.
The default is t, which means devices are mirrored using equivalent orientations.
-
For
R0cells,R0andMXare mirrored toMYandMYandR180are mirrored toR0. -
For
R90cells,R270andMXR90are mirrored toMYR90andMYR90andR90are mirrored toR270.
GUI Equivalent
Examples
envGetVal("layoutXL" "chainMirrorEquivOrients")
envSetVal("layoutXL" "chainMirrorEquivOrients" 'boolean t)
envSetVal("layoutXL" "chainMirrorEquivOrients" 'boolean nil)
Additional Information
The table below details the mirroring orientations for R0 and R90 cells, depending on the value of the chainMirrorEquivOrients environment variable.
| Cell Orientation | Device Orientation | |
| Cell Orientation | Device Orientation | |
Related Topics
List of Layout XL Environment Variables
Return to top