bindInitConn
layoutXL bindInitConn boolean { t | nil }
Description
Runs the connectivity-driven binder to bind the layout to the schematic when the design is opened in Layout XL.
The default is nil. This means the bindings from the last time the design was saved in Layout XL are restored. For any new bindings to be formed during initialization, the devices are bound only by name.
When set to t, in addition to binding by name, the binder binds instances based on logical and physical connectivity.
GUI Equivalent
Examples
envGetVal("layoutXL" "bindInitConn")
envSetVal("layoutXL" "bindInitConn" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top