help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnucap] Plotting integration


From: Patrick Mulder
Subject: [Help-gnucap] Plotting integration
Date: Sun, 11 Feb 2018 16:00:23 +0100

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]