Documentation /  Analog Insydes /  Reference Manual /  Model Library Management /

IntroductionFindModel

3.3.1 ListLibrary

Command structure of ListLibrary.

With ListLibrary you can list the contents of one or several model library files. ListLibrary returns the model definitions and model parameter sets stored in the specified files.

ListLibrary has the following options:

Options for ListLibrary.

See also: FindModel, FindModelParameters, LoadModel, LoadModelParameters.

Examples

Load Analog Insydes.

In[1]:= <<AnalogInsydes`

List the contents of the default model library.

In[2]:= ListLibrary[]

Out[2]=

List the contents of the specified libraries.

In[3]:= ListLibrary[ModelLibrary -> {"BasicResistorModels`",
"FullDiodeModels`"}]

Out[3]=

IntroductionFindModel