blockageAttributeMode
layout blockageAttributeMode cyclic { "ignoreLPP" | "useLPP" }
Description
Determines the selectability of blockages.
-
ignoreLPP: Default. Blockage visibility and selection is controlled by the status of the check box for the corresponding blockage object in the Objects panel. -
useLPP: Blockage visibility and selection is controlled by the status of the check box for the corresponding blockage object in the Objects panel and the status of the object’s layer-purpose pair attribute in the Layers panel.
GUI Equivalent
Examples
envGetVal("layout" "blockageAttributeMode")
envSetVal("layout" "blockageAttributeMode" 'cyclic "useLPP")
Related Topics
Return to top