bindStrict
layoutXL bindStrict boolean { t | nil }
Description
Leaves the layout instances unbound if the mfactor, sfactor, or lxCombination value set on the corresponding schematic instances is reduced.
The default is nil, which means the layout instances will remain bound if the schematic mfactor, sfactor, or lxCombination is reduced.
When set to t, folding is allowed. But, any extra folded instances will be unbound if Update Binding is run, unless the folded instances are user bound.
GUI Equivalent
Examples
envGetVal("layoutXL" "bindStrict")
envSetVal("layoutXL" "bindStrict" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top