Pspice simulation

Thread Starter

HHJJ

Joined Jun 24, 2009
2
I'm using OrCAD Pspice simulation for my project.. I have encountered a program that says the selected component is undefined..



**** 06/22/09 11:48:42 *********** Evaluation PSpice (Nov 1999) **************

** Profile: "SCHEMATIC1-aaa" [ C:\Program Files\OrCAD_Demo\spice\aaa-SCHEMATIC1-aaa.sim ]


**** CIRCUIT DESCRIPTION


******************************************************************************




** Creating circuit file "aaa-SCHEMATIC1-aaa.sim.cir"
** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS

*Libraries:
* Local Libraries :
* From [PSPICE NETLIST] section of pspiceev.ini file:
.lib "nom.lib"

*Analysis directives:
.TRAN 0 1000ns 0
.PROBE
.INC "aaa-SCHEMATIC1.net"


**** INCLUDING aaa-SCHEMATIC1.net ****
* source AAA
V_V1 N00016 0 12
V_V2 N00022 0
+PULSE 0 10v 10n 10n 10n 1.6u 3.2u
M_M2 N00016 N00022 0 0 IRF510

**** RESUMING aaa-SCHEMATIC1-aaa.sim.cir ****
.INC "aaa-SCHEMATIC1.als"



**** INCLUDING aaa-SCHEMATIC1.als ****
.ALIASES
V_V1 V1(+=N00016 -=0 )
V_V2 V2(+=N00022 -=0 )
M_M2 M2(d=N00016 g=N00022 s=0 s=0 )
.ENDALIASES

**** RESUMING aaa-SCHEMATIC1-aaa.sim.cir ****
.END

ERROR -- Model IRF510 used by M_M2 is undefined

Is there any solution for this?
 

electr

Joined May 23, 2009
49
Have you created that model by yourself or is it a normal component you picked up from an existing library? (not a library that you've created).
 

Thread Starter

HHJJ

Joined Jun 24, 2009
2
I think that the component does not exist in the Pspice supplied library.. I have no idea how to create my own model from Pspice..
 
Top