You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
319 B

* MESA1 - DCFL GaAs MESFET Gate
* Taken from macspice3f4
*
* Removed: jsdf = 0 in modelcards
vdd 1 0 dc 3
vin 3 0 dc 0
z1 2 3 0 enha l=1u w=10u
z2 1 2 2 depl l=1u w=10u
.model enha nmf level=2 rd=31 rs=31 vto=0.1
.model depl nmf level=2 rd=31 rs=31 vto=-1.0
.options noacct
.dc vin 0 3.0 0.05
.print DC V(2)
.end