On Sat, 14 Sep 2013 09:40:34 -0700, Jim Thompson
After some more head-scratching, and dumping the ancient single
junction (Unijunction) device and looking only at the "PUT" (4-layer
device), the _only_ two transistor model makes sense...
*Programmable Unijunction Transistor pkg: TO-226AA, Don Kuenz
* .SUBCKT 2N6027DK 1 2 3
.SUBCKT 2N6027DK 2 1 3 ; B2 E B1
************** K1 G K2
Q1 2 4 3 NMOD
Q2 4 2 1 PMOD
.MODEL NMOD NPN(IS=5E-15 VAF=100 IKF=0.005 ISE=1.85E-12 NE=1.45
+ RB=10 RE=0.5 RC=0.5 CJE=3.5E-11 VJE=0.75 CJC=1.1E-11 VJC=0.75
TR=4.76E-8
+ TF=16N VJS=0.75 )
.MODEL PMOD PNP(IS=2E-15 VAF=100 IKF=0.005 ISE=1.9E-12 RB=10 RE=0.5
+ RC=0.5 CJE=3.5E-11 VJE=0.75 TF=1.6E-8 CJC=1.1E-11 VJC=0.75 TR=5.1E-8
+ TF=16N VJS=0.75 )
.ENDS 2N6027DK
What caught my eye was unusually low IKF (50x smaller than a 2N2222)
for a discrete bipolar device... and unusually high ISE (10x that of a
2N2222).
My bet is I will be able to relate those parameters to peak, valley
and hold-off currents.
So a "PUT" amounts to a special case of an SCR structure
Fun stuff!.