flattenMode
layout flattenMode cyclic { "one level" | "displayed levels" | "user level" }
Description
Specifies the default number of levels of hierarchy of a cell to flatten in leHiFlatten() or leFlattenInst().
GUI Equivalent
Examples
envGetVal("layout" "flattenMode")
envSetVal("layout" "flattenMode" 'cyclic "displayed levels")
envSetVal("layout" "flattenMode" 'cyclic "user level")
Related Topics
Return to top