stopList
layoutXL stopList string "list_of_viewNames"
Description
Specifies the default value for the Physical stop view list field when a new physical configuration is created.
The physical stop view list is used to determine the view at which the hierarchical traversal of a design stops; i.e., when traversing a hierarchy, the system stops when it encounters a view with one of the specified names.
The default is "layout compacted symbolic".
This environment variable is used only when creating a new physical configuration view. Changing the value has no effect on an existing physical configuration view.
Arguments
|
A list of view names each separated by a space. The list must be enclosed in quotation marks; for example, "layout compacted symbolic" |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "stopList")
envSetVal("layoutXL" "stopList" 'string "layout compacted symbolic")
Related Topics
List of Layout XL Environment Variables
Return to top