chainPreserveExistingChains
layoutXL chainPreserveExistingChains boolean { t | nil }
Description
Ensures that any existing chains in the design are not broken during interactive chaining.
GUI Equivalent
|
Preserve Existing Chains (Generate Chained Devices Form) |
Examples
envGetVal("layoutXL" "chainPreserveExistingChains")
envSetVal("layoutXL" "chainPreserveExistingChains" 'boolean t)
envSetVal("layoutXL" "chainPreserveExistingChains" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top