viewList
layoutXL viewList string "list_of_viewNames"
Description
Specifies the default value for the Logical switch view list field when a new physical configuration view is created.
The logical switch view list specifies the design views that are used to descend into a hierarchical design to find stop views (see ).
The default is "schematic netlist symbol 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, "schematic netlist symbol layout compacted symbolic" |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "viewList")
envSetVal("layoutXL" "viewList" 'schematic netlist symbol layout compacted symbolic")
Related Topics
List of Layout XL Environment Variables
Return to top