globalColorShiftingPolicyForPcells
mpt globalColorShiftingPolicyForPcells cyclic { "cluster" | "layer" | "none" }
Description
Controls the color shift types that the coloring engine can use to resolve color conflicts on Pcells.
-
cluster: Cluster shifts are used. Cluster references are created. -
layer: Only layer shifts are used. Cluster references are not created. -
none: Pcells are not shifted. Cluster references are not created.
GUI Equivalent
Examples
envGetVal("mpt" "globalColorShiftingPolicy")
envSetVal("mpt" "globalColorShiftingPolicy" 'cyclic "layer")
envSetVal("mpt" "globalColorShiftingPolicy" 'cyclic "none")
Related Topics
Return to top