mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
18 lines
258 B
Plaintext
18 lines
258 B
Plaintext
* MESA1 subtreshold characteristics (T=400)
|
|
* Taken form macspice3f4
|
|
|
|
vds 1 0 dc 0.1
|
|
vids 1 2 dc 0
|
|
vgs 3 0 dc 0
|
|
|
|
z1 2 3 0 mesmod l=1u w=20u ts=400 td=400
|
|
.model mesmod nmf level=2 rd=31 rs=31
|
|
|
|
.options noacct
|
|
|
|
.dc vgs -3 0 0.05
|
|
.print DC vids#branch
|
|
|
|
.end
|
|
|