lxPositionCompact
layoutXL lxPositionCompact boolean { t | nil }
Description
Positions the layout instances as in the schematic and then compacts the instances to place them within the PR boundary.
When set to nil, the layout instances are placed using the same topology as the schematic but no compaction is performed.
GUI Equivalent
Examples
envGetVal("layoutXL" "lxPositionCompact")
envSetVal("layoutXL" "lxPositionCompact" 'boolean t)
envSetVal("layoutXL" "lxPositionCompact" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top