07-23-2008 12:23 PM
07-23-2008 06:03 PM - edited 07-23-2008 06:05 PM
Multisim does not use library files the way other packages do.You should still be able to use these files to create a new component with the component wizard tool. I am not sure how other packaqges work when it comes to importing spice models, but with Multisim it is a manual process of creating an individual part with a symbol and footprint. This is no guarantee that these models will work inside Multisim. You just have to try them and see.
There are tutorials available in the user's manual on component creation. Also, follow the link in my signature and there you will find a link to other tutorials in the Knowledge Base.
I hope this helps some.
07-23-2008 08:25 PM - edited 07-23-2008 08:25 PM
07-23-2008 08:49 PM
Good tip, Chris. I think I misunderstood his question. I thought he was trying to inport the models directly from the site in the link. I know this isn't possible without doing your technique which means he would have to have Orcad as well as Multisim.
I really think NI needs to look at other packages to see how they handle their models and use something like that in Multisim. It would make adding models/components a whole heck of a lot easier in my opinion.
07-24-2008 07:59 PM
07-25-2008 12:40 PM
Thanks for the advice.
I ran through the component wizard, but now I am stuck when it asks to type in all the spice model information. What do I put in here? I would like to be able to build the PCB and simulate the component in Multisim. Most every manufacturer has a downloadable orcad model, but no multisim model. Help!
I am trying to make a MAX4487 chip.
Thanks
07-25-2008 01:06 PM
07-25-2008 05:13 PM
When you get to the point where it asks for a spice model open the .LIB file in Notepad and cut and paste the model you want into the window that Multisim provides for the model. These models are deliniated by a .SUBCKT command at the beginning of the model and an .ENDS statement at the end. it would looksomething like this:
.SUBCKT LM380N 1 2 3 4 5 6 7 8
-Model information here-
.ENDS LM380N
I hope this helps some. Go to to link in my signature and at that site goto the Knowledge Base and there are some good links to tutorials that can be of great assistance when creating components.