setup_lockColorsAfterRouting
APR.device.route setup_lockColorAfterRouting boolean { t | nil }
Description
Specifies whether to automatically lock colored shapes after routing. If the process has trim shapes that cut locked color shapes, then it is selected and disabled. If the process does not have trim shapes, it is unselected and disabled. If, the process has trim shapes and it cuts unlocked color shapes, it is off by default but is enabled.
The default value varies depending on the technology. If the technology does not support coloring, the default is nil. However, if the technology supports coloring, default is t.
GUI Equivalent
Examples
envGetVal("APR.device.route" "setup_lockColorAfterRouting")
envSetVal("APR.device.route" "setup_lockColorAfterRouting" 'boolean nil)
Related Topics
Automated Device Placement and Routing Flow Environment Variables
Routing Assistant User Interface for Device-Level Routing
Return to top