bindUpdateName
layoutXL bindUpdateName boolean { t | nil }
Description
Updates the name of the layout instance to match the name of the schematic instance it is bound to.
The default is t, which means, by default the name of the layout instance is updated after binding to match the name of the schematic instance.
When set to nil, the layout instance does not change its name after binding to match that of the corresponding schematic instance.
GUI Equivalent
|
Update Layout Instance – Name (Define Device Correspondence Form) |
Examples
envGetVal("layoutXL" "bindUpdateName")
envSetVal("layoutXL" "bindUpdateName" 'boolean nil)
Related Topics
Define Device Correspondence Form
List of Layout XL Environment Variables
Return to top