mixedRoute
layout.cle mixedRoute boolean { t | nil }
Description
Controls whether the following commands are available in the right-click menu of the Concurrent Layout assistant:
- Generate Temporary Blockages (Manager mode)
- Generate Temporary Pins (Designer mode)
- Select Temporary Pins (Designer mode)
The default is t, which means that the commands are available.
GUI Equivalent
Examples
envGetVal("layout.cle" "mixedRoute")
envSetVal("layout.cle" "mixedRoute" 'boolean t)
envSetVal("layout.cle" "mixedRoute" 'boolean nil)
Related Topics
Design Partition Options in Manager Mode
Design Partition Options in Designer Mode
List of Concurrent Layout Environment Variables
Return to top