lxGenerationOrientation
layoutXL lxGenerationOrientation string { "preserve" | "R0" | "R90" | "R180" | "R270" | "MY" | "MYR90" | "MX" | "MXR90" }
Description
Controls the orientation of Layout XL layout devices generated from the schematic.
The default is "R0", which means that devices are generated with R0 orientation.
Arguments
GUI Equivalent
|
Device orientation (Generate Layout Form) |
Examples
envGetVal("layoutXL" "lxGenerationOrientation")
envSetVal("layoutXL" "lxGenerationOrientation" 'string "R0")
envSetVal("layoutXL" "lxGenerationOrientation" 'string "preserve")
envSetVal("layoutXL" "lxGenerationOrientation" 'string "MXR90")
Additional Information
If the device orientation is defined in the LAM file, the Generate All From Source command uses that value during layout generation. Else, the value defined using the lxGenerationOrientation is considered.
Related Topics
List of Layout XL Environment Variables
Return to top