next up previous contents index
Next: Selections Up: Xic Variables Previous: Keyboard `!' Commands   Contents   Index


Scripts

The following !set keywords affect the script parser.

TclLibrary
Value: string.
When using the Tcl/Tk interface, this variable can be used to provide a path to the Tcl shared library. If this library is located in a standard place, Xic will find it automatically, this variable can be used otherwise. This variable should be set to the full path of the directory containing the shared library, or to the library file itself.

TkLibrary
Value: string.
When using the Tcl/Tk interface, this variable can be used to provide a path to the Tk shared library. If this library is located in a standard place, Xic will find it automatically, this variable can be used otherwise. This variable should be set to the full path of the directory containing the shared library, or to the library file itself.

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.


next up previous contents index
Next: Selections Up: Xic Variables Previous: Keyboard `!' Commands   Contents   Index
Stephen R. Whiteley 2012-04-01