markerSearchScope
graphic markerSearchScope cyclic { "cellview" | "hierarchy starting from top cellview" | "hierarchy starting from current cellview" | "library" }
Description
Specifies what part of the design hierarchy you want to search.
GUI Equivalent
Examples
envGetVal("graphic" "markerSearchScope")
envSetVal("graphic" "markerSearchScope" 'cyclic "hierarchy starting from current cellview")
envSetVal("graphic" "markerSearchScope" 'cyclic "library")
Related Topics
Return to top