markNetRange
layout markNetRange cyclic { "Top to bottom" | "Current to bottom" | "Top to current" | "Top to stop level" | "Current to stop level" | "User defined" }
Description
Sets the hierarchical range that the Mark Net command uses to determine which nets will highlight and which will not.
-
Top to bottom: Default. Makes available all nets in the entire hierarchy of the cellview for marking. -
Current to bottom: Makes available the nets in the hierarchy from the current level of hierarchy to the Display Level To field in the Display Options form (stop level) for marking. -
Top to current: Makes available the nets in the hierarchy from the top level to the current level of hierarchy for marking.Top to stop levelmakes available the nets in the hierarchy from the top level to the level defined as the stop level. -
Current to stop level: Makes available the nets in the hierarchy from the current level to the level defined as the stop level. -
User defined: Makes available the nets in a numerical hierarchical range for marking in conjunction withmarkNetStartLevelandmarkNetStopLevel.
GUI Equivalent
Examples
envGetVal("layout" "markNetRange")
envSetVal("layout" "markNetRange" 'cyclic "Current to bottom")
envSetVal("layout" "markNetRange" 'cyclic "User defined")
Related Topics
Return to top