Hi there, I tried to integrate plotting Gnucap simulation results with help of an Eclipse plugin. I got a basic DC simulation working:
http://blog.farsinotare.com/media/images/gnucap_eclipse.png However, I am bit confused on the direction of currents in the Nmos transistor. they should be >0 mA not negative ? Vds 1 0 DC +10V Vgs 2 0 DC +3V M1 1 2 0 0 nmos_enhance L=10u W=400u * model statement (Level 1 by default) .MODEL nmos_enhance nmos (kp=20u Vto=+2 lambda=0) ** output requests ** .print DC V(1) I(Vds) ** analysis request ** .DC Vds 0V 10V 100mV Btw, my plan would be try to simulate some simple circuits first, before going again to Python/mixed signal simulation. BR, Patrick _______________________________________________ Help-gnucap mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnucap
