netTracerNumThreads
layoutXL netTracerNumThreads int integer
Description
Controls the number of threads used to chase the shapes with traces.
-
If set to
0, the number of threads to use for shape chasing is computed automatically. -
If set to
1, a single thread is used for chasing the shapes with traces. -
If set to
n, the specified number of threads are used to chase the shapes with traces.
GUI Equivalent
Examples
envGetVal("layoutXL" "netTracerNumThreads")
envSetVal("layoutXL" "netTracerNumThreads" 'int 4)
Related Topics
List of Layout XL Environment Variables
Return to top