selectedOnly
layoutXL.floorplan selectedOnly boolean { t | nil }
Description
Specifies whether to run pin optimization on the selected objects only or all the objects.
The valid values are t and nil. The default value is nil.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "selectedOnly")
envSetVal("layoutXL.floorplan" "selectedOnly" 'boolean t)
Related Topics
Return to top