lppVisibilityMode
layout lppVisibilityMode cyclic { "checkValidity" | "donotCheckValidity" }
Description
Controls the visibility of a layer purpose pair (LPP) based on its visibility and validity.
-
checkValidity: Displays only the shapes on valid and visible LPPs in the design window. -
donotCheckValidity: Default. Displays shapes on all visible LPPs in the design window, irrespective of the validity of the LPPs.
GUI Equivalent
Examples
envGetVal("layout" "lppVisibilityMode")
envSetVal("layout" "lppVisibilityMode" 'cyclic "checkValidity")
Related Topics
Return to top