Next: Selections
Up: Xic Variables
Previous: Standard Vias
Contents
Index
Scripts
The following !set variables affect the script parser.
-
- LogIsLog10
Value: boolean.
In Xic releases prior to 3.2.23, the log function returned
the base-10 logarithm. This definition was changed in 3.2.23, and
the log10 function added, for consistency with programming
languages, WRspice, and most other software. This will require
users to update legacy scripts that use the log function to
call log10 instead.
This variable provides a temporary fix. When set, the log
function will return the base-10 value. However, it is strongly
recommended that legacy scripts be updated, and this variable not be
used permanently.
See also the ScriptPath variable in E.3.
Stephen R. Whiteley
2024-09-29