mergeScope
layout mergeScope cyclic { "pcells" | "except current" | "all" }
graphic mergeScope cyclic { "pcells" | "except current" | "all" }
Description
Specifies the hierarchies for which the Enable Merge command applies.
-
pcells: Default. All the Pcells in the hierarchy including the current cellview. -
except current: All the hierarchies except the current cellview. -
all: All the hierarchies including the current cellview.
GUI Equivalent
Examples
envGetVal("layout" "mergeScope")
envSetVal("layout" "mergeScope" 'cyclic "except current")
envGetVal("graphic" "mergeScope")
envSetVal("graphic" "mergeScope" 'cyclic "all")
Related Topics
Return to top