bindPVSScale
layoutXL bindPVSScale float inputScale
Description
Specifies the floating point, input_scale for running PVS.
The default is 0, which means dbuPerUu for the layout is used. But, if the PVS input scale is different from that of the layout, and the PVS rule file is specified, the PVS rule deck is parsed to determine the appropriate value. Alternatively, you can specify the PVS input scale to be used.
Arguments
|
A floating point number that specifies the value to be used as the input scale for running PVS. |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "bindPVSScale")
envSetVal("layoutXL" "bindPVSScale" 'float 987.5)
Related Topics
List of Layout XL Environment Variables
Return to top