lockAllHCLPolicy
mpt lockAllHCLPolicy cyclic { "noHCL" | "cell" | "pcell" | "cellAndPcell" }
Description
Controls the lock all behavior of hierarchical color locks.
-
noHCL: No HCL is created. -
cell: HCL is created on the cells as defined by the cell HCL policy, enableHCLCreation. No HCL is created on Pcell shapes. -
pcell: HCL is created on the Pcells as defined by the Pcell HCL policy, enableHCLCreationOnPcells. No HCL is dropped on cells. -
cellAndPcell: HCL is created on the cells and Pcells as defined by the HCL policies on cell and Pcells.
This environment variable does not influence the instance shapes locked by the propagateLocksToConnectedShapes or autoPropagateLock environment variables.
GUI Equivalent
Examples
envGetVal("mpt" "lockAllHCLPolicy")
envSetVal("mpt" "lockAllHCLPolicy" 'cyclic "cell")
envSetVal("mpt" "lockAllHCLPolicy" 'cyclic "pcell")
envSetVal("mpt" "lockAllHCLPolicy" 'cyclic "cellAndPcell")
Related Topics
Return to top