| Advanced SIMPLIS Training / Module 4 - Introduction to Modeling | |
To download the examples for Module 4, click Module_4_Examples.zip
You have just placed a nmos_sub symbol based on a 2N7000 model name. In order to do this, there must be a model-to-symbol association which tells SIMetrix/SIMPLIS that the 2N700 uses a specific symbol. In the above example, the 2N7000 is a built-in model, which has a built-in symbol and an association between the model and symbol. For user defined models which you would like to place from the Model Library, you need to associate models with symbols.
There are two common ways to associate models with symbols:
In this exercise, you will view the model-to-symbol association information for the 2N7000.
The Associate Models and Symbols dialog allows you to change or create new categories, change symbols, and change the pin order. The Help button on the lower right hand corner of the dialog links to a comprehensive help topic.
At times, models are accidentally associated with the wrong symbols. Although no built-in GUI is available for removing associations within SIMetrix/SIMPLIS, you can do this manually with a text editor. The user-defined model-to-symbol associations are stored in a text file named user_v2.cat in the Application Data directory. This is usually located in at the following windows symbolic directory: %APPDATA%\SIMetrix Technologies\SIMetrix800\devdb\user.
To edit the user_v2.cat file, follow these steps:
This file stores each model-to-symbol association on a new line. To remove any association, simply delete the entire line.
SIMetrix/SIMPLIS has the ability to embed the symbol information used for the model inside the model file. A special comment keyword, *#ASSOC is used to define the symbol, model library category, and pin mapping if required. For example the following embedded association tells SIMetrix/SIMPLIS to use a 3 terminal NMOS MOSFET symbol for the model:
*#ASSOC Category=NMOS Symbol=nmos_sub
In this case, the category has no spaces, and the Category name is not required to have double quotes. For a Category name with double quotes, such as PSU Controllers, the association line would be:
*#ASSOC Category="PSU Controllers" Symbol=MAX15062