pteInfraDefValueObjGrids
layout pteInfraDefValueObjGridsstring "any_string"
Description
Sets the visibility and selectability of the specified objects and grids. Consider the following while setting the environment variable:
-
Use an underscore to specify objects with multi-word names. For example,
Snap Patternsmust be listed asSnap_Patterns. - Provide a semicolon-separated list to specify multiple objects and grids.
-
Specify the first value to set the visibility of an object or grid; specify the second value to set the selectability.
For example,Pins t nilmeans that the visibility of pins is enabled but selectability is disabled.Shapes nilmeans that the visibility of shapes is disabled, which implies that the selectability of shapes is automatically disabled.
This environment variable does not take effect when typed in the CIW in your current Virtuoso session. Exit the session and then start a new session after setting the environment variable in the .cdsinit or .cdsenv file.
GUI Equivalent
Examples
envGetVal("layout" "pteInfraDefValueObjGrids")
envSetVal("layout" "pteInfraDefValueObjGrids" 'string "Snap_Patterns nil")
envSetVal("layout" "pteInfraDefValueObjGrids" 'string "Pins t nil;Label t nil;Shapes nil;Instances t nil;P&R_Boundary t nil;Area_Boundary t t;Snap_Patterns nil")
Related Topics
Return to top