mfactorSplit
layoutXL mfactorSplit boolean { t | nil }
Description
Controls whether Layout XL places schematic devices with the mfactor Property property as multiple devices in the layout.
You can override this environment variable for a given instance by setting the lxMfactorSplit Property
property for the instance in question.GUI Equivalent
Examples
envGetVal("layoutXL" "mfactorSplit")
envSetVal("layoutXL" "mfactorSplit" 'boolean t)
envSetVal("layoutXL" "mfactorSplit" 'boolean nil)
Additional Information
This environment variable controls only whether Layout XL generates one device or several devices in the layout view. It does not change the widths of the generated devices.
Related Topics
List of Layout XL Environment Variables
Return to top