lxcuLayoutComplete
layoutXL lxcuLayoutComplete boolean { t | nil }
Description
Runs hierarchical rebinding with clear logical connectivity when lxCheckAndUpdate is called and lxcuUpdate is set to t.
The lxcuLayoutComplete environment variable does not run the following updates:
- Removing unbound terminals, instances, or nets
- Generating terminals, instances, or nets
- Updating parameters
GUI Equivalent
Examples
envGetVal("layoutXL" "lxcuLayoutComplete")
envSetVal("layoutXL" "lxcuLayoutComplete" 'boolean t)
envSetVal("layoutXL" "lxcuLayoutComplete" 'boolean nil)
Related Topics
Application Readiness Checker Form
Return to top