floatPrecision
ui.envEditor floatPrecision intmaximum_decimal_place
Description
Defines the decimal place value greater than or equal to two for any float type variable in Virtuoso. You can define up to the fifteenth decimal place.
The default is 4, which means you can define the decimal place value for the float type variable up to the fourth decimal place.
GUI Equivalent
Examples
envGetVal("ui.envEditor" "floatPrecision")
envSetVal("ui.envEditor" "floatPrecision" 'int 5)
Related Topics
Editing an Environment Variable in Cdsenv Editor
Return to top