bindFactorWarnLimit
layoutXL bindFactorWarnLimit int generationFactor
Description
Controls if a message should get issued to report a schematic instance that has a high generation factor and, therefore, can delay the launch of Virtuoso Layout Suite XL.
The default is 5000. This means the message is issued if Virtuoso Layout Suite XL encounters schematic instances that have a generation factor greater than or equal to 5000. The message is not issued for schematic instances that have a generation factor less than 5000.
GUI Equivalent
Examples
envGetVal("layoutXL" "bindFactorWarnLimit")
envSetVal("layoutXL" "bindFactorWarnLimit" 'int 10000)
Related Topics
List of Layout XL Environment Variables
Return to top