extractShortLocatorNumThreads
layoutXL extractShortLocatorNumThreads int integer
Description
Controls the number of threads used to chase the net with the short.
-
If set to
0, the number of threads is computed automatically. -
If set to >
0, the specified number of threads are used.
GUI Equivalents
Examples
envGetVal("layoutXL" "extractShortLocatorNumThreads")
envSetVal("layoutXL" "extractShortLocatorNumThreads" 'int 0)
envSetVal("layoutXL" "extractShortLocatorNumThreads" 'int 2)
Related Topics
List of Layout XL Environment Variables
Return to top