01-25-2007 12:05 PM
01-25-2007 12:20 PM
01-25-2007 12:26 PM
01-25-2007 12:50 PM
I know that changed for virtual mosfets, here is the way you can workaround it, place the virtual mosfet alone on the schematic, then go to Transfer >> Export Netlist... you will now have a text file with the full model you used to find in version 7. You can use this model to create a new component with the wizard like you said. Or use one of the components from the database, like the one I mentioned, and Edit it so you can save a new component with the new model in your user database, and pass this component to your students. The final model should be something like this
.subckt 12343 1 2 3
m1 1 2 3 IDEAL w=100 l =100
.MODEL IDEAL PMOS ( 
+ LEVEL= 1
+ VTO=   0.0
+ KP=    2.0e-5
+ GAMMA= 0.0
+ PHI=   0.6
+ LAMBDA= 0.0
+ RS=    0.0
+ RD=    0.0
+ CBD=   0.0
+ CBS=   0.0
+ IS=    1.0e-14
+ PB=    0.8
+ CGSO=  0.0
+ CGDO=  0.0
+ CGBO=  0.0
+ RSH=   0.0
+ CJ=    0.0
+ MJ=    0.5
+ CJSW=  0.0
+ MJSW=  0.5
+ JS=    0.0
+ TOX=   1.0e-7
+ NSS=   0.0
+ TPG=   1.0
+ LD=    0.0
+ UO=    600.0
+ KF=    0.0
+ AF=    1.0
+ FC=    0.5
+ TNOM=  27
+ )
.ends
I hope that helps...
02-13-2007 03:29 PM