setup_lockColorsAfterRouting
APR.stdcell.route setup_lockColorAfterRouting boolean { t | nil }
Description
Specifies whether to automatically lock colored shapes after routing. If the process has trim shapes that cuts locked color shapes, then the GUI option is selected and disabled. If the process does not have trim shapes, the GUI option is unselected and disabled. If, the process has trim shapes and it cuts unlocked color shapes, it is off by default but is enabled.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "setup_lockColorAfterRouting")
envSetVal("APR.stdcell.route" "setup_lockColorAfterRouting" 'boolean nil)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top