cloneSynchronizeUnlockedColor
layoutXL cloneSynchronizeUnlockedColor cyclic { "no" | "cut only" | "shape only" | "cut and shape"}
Description
Synchronizes unlocked colors for lockless flows.
-
nosynchronizes onlylockedcolors. This is the default. -
cutonlysynchronizes onlyunlockedcolors for cuts. Here, the via plates are considered as shapes. -
shapeonlysynchronizes onlyunlockedcolors for shapes. Shapes include rectangles, via plates, and path segments. -
cutandshapesynchronizesunlockedcolors for both cuts and shapes.
GUI Equivalent
Examples
envGetVal("layoutXL" "cloneSynchronizeUnlockedColor")
envSetVal("layoutXL" "cloneSynchronizeUnlockedColor" 'cyclic "cut only")
envSetVal("layoutXL" "cloneSynchronizeUnlockedColor" 'cyclic "shape only")
envSetVal("layoutXL" "cloneSynchronizeUnlockedColor" 'cyclic "cut and shape")
Related Topics
Clone Source Selection and Target Search and Generation
List of Layout XL Environment Variables
Return to top