bindCorrectMaster
layoutXL bindCorrectMaster boolean { t | nil }
Description
Restricts initial name and connectivity-driven binding to bind schematic instances with those layout instances that have the master as defined using the Configure Physical Hierarchy Window.
The default is nil, which means if the correct master is not found, instances with most matching terminal names and matching connectivity are bound.
Cadence recommends that the environment variable should be changed from its default value by expert users or CAD team members only.
The default value of the environment variable cannot be controlled using the Correct Master field on the Update Binding form. For any update required to the default value, the change must be saved to the .
cdsinit file.GUI Equivalent
Examples
envGetVal("layoutXL" "bindCorrectMaster")
envSetVal("layoutXL" "bindCorrectMaster" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top