mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
19 lines
203 B
SourcePawn
19 lines
203 B
SourcePawn
EPFL-EKV version 2.6 nch
|
|
|
|
.include ekv26_0u5.par
|
|
|
|
*
|
|
vd d 0 dc 0.1
|
|
vg g 0 dc 0.0
|
|
vs s 0 dc 0.0
|
|
vb b 0 dc 0.0
|
|
m1 d g s b nch
|
|
*
|
|
* Transfer
|
|
.control
|
|
dc vg 0 5 0.1 vb -5 0 1
|
|
plot abs(i(vd))
|
|
.endc
|
|
*
|
|
.end
|