effort
layoutXL.AP effort cyclic { "Low" | "Medium" | "High" }
Description
Specifies the effort level for running the placer. The runtime of the placer and quality of results depend on the effort chosen. Valid values are:
-
Low: Results in a comparatively less precise, but quick placement. -
Medium: Results in slightly better placement results, but takes more time than theLoweffort level. -
High: Results in the best placement results, but takes more time than theLowandMediumeffort levels.
GUI Equivalent
Examples
envGetVal("layoutXL.AP" "effort")
envSetVal("layoutXL.AP" "effort" 'cyclic "Low")
Related Topics
Virtuoso Placer Environment Variables
Return to top