updateBindMfactorSplit
layoutXL updateBindMfactorSplit boolean { t | nil }
Description
Controls the update of Split mfactored devices option in the CPH window during a hierarchical Update Binding run.
The default value is t, which means the Split mfactored devices option is automatically updated if hierarchical binding cannot take place using the specified schematic mfactor value.
GUI Equivalent
Examples
envGetVal("layoutXL" "updateBindMfactorSplit")
envSetVal("layoutXL" "updateBindMfactorSplit" 'boolean t)
envSetVal("layoutXL" "updateBindMfactorSplit" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top