23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

3.15 The Analog Insydes Environment 435<br />

AI_NO_SITE_INIT<br />

AI_NO_USER_INIT<br />

AI_NO_WORKDIR_INIT<br />

suppress loading of init file in Analog Insydes installation<br />

directory<br />

suppress loading of init file in home directory<br />

suppress loading of init file in current working directory<br />

Environment variables for suppressing init file loading.<br />

Since the init files are loaded after installing the package autoload declarations, you can access all<br />

Analog Insydes functions and options in the init files. For example, if you always want to produce<br />

protocol output in your notebook, you can set the global Analog Insydes option Protocol by adding<br />

the following line to your user init file:<br />

Setting the default<br />

protocol.<br />

SetOptions[AnalogInsydes, Protocol −> Notebook];<br />

If you want to configure the location of an init file by an environment variable, add the following to<br />

your user init file:<br />

Loading an init file given<br />

by an environment<br />

variable.<br />

If[ (file = Environment["MY_AI_INIT_FILE"]) =!= $Failed,<br />

Get[file]];<br />

This loads the init file given by the environment variable MY_AI_INIT_FILE if the variable is set.<br />

3.15.2 ReleaseInfo<br />

ReleaseInfo[AnalogInsydes]<br />

prints information on your local Analog Insydes<br />

installation<br />

Command structure of ReleaseInfo.<br />

The command ReleaseInfo[AnalogInsydes] prints general information concerning your local<br />

Analog Insydes installation such as the release number and a copyright notice.<br />

Examples<br />

Load Analog Insydes.<br />

Print information on<br />

Analog Insydes release.<br />

In[1]:=

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!