Plotting integration
Patrick Mulder <[email protected]> Sun, 11 Feb 2018 16:00:23 +0100
| Newsgroups | gmane.comp.gnu.gnucap.general |
|---|---|
| Message-ID | <CAEx2pdcq5CEpNb7mTZ=CCsHaFAiN4ZvXu8SH_OVkv9uhxXq5LQ@mail.gmail.com> |
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