sfactorSplit
layoutXL sfactorSplit boolean { t | nil }
Description
Controls whether Layout XL places schematic devices with the sfactor Property property as series-connected devices in the layout.
You can override this environment variable for a given instance by setting the lxSfactorSplit Property property for the instance in question.
GUI Equivalent
|
Split sfactored devices (Connectivity Form) |
Examples
envGetVal("layoutXL" "sfactorSplit")
envSetVal("layoutXL" "sfactorSplit" 'boolean t)
envSetVal("layoutXL" "sfactorSplit" '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