New Germanium PNP Transistor SPICE Model

A good start to generating SPICE models for these old devices.
Remember that the collector capacitance is not usually quoted at Vcb=0, but SPICE needs the zero bias value. As a start the power law could be taken as the theoretical square root but tends to be below 0.5 on many Si devices.
I'm guessing you have an AC128 you could measure? That would at least allow a few more parameters to be determined. IIRC (I may be wrong here) BR tended to be higher than 1 for old Ge devices, and a measurement would be relatively quick to check.
 
Administrator
Joined 2007
Paid Member

Attachments

  • Untitled.png
    Untitled.png
    141.9 KB · Views: 620
Disabled Account
Joined 2017
Yes, that's the circuit (right of volume) I copied to build... just taken from the shelf (some dust... cough) and with different parts: AC125, AC130 (npn!), AC132, 2 x AC124K.


Kind request to hagtech if corresponding models can be generated (pm).
I shall post circuit, AimSpice simulations and analysis accordingly.
 

PRR

Member
Joined 2003
Paid Member
Thanks!! I happened to have a GE plan open in Pspice. I had another AC part model; yours drops in and runs with less difference than I would expect across a bagful of Germs.

For those who can't copy/paste from PDF:

[special=*AC128 PNP Model by Jim Hagerman
.MODEL AC128 PNP
+(
+ BF = 90
+ IS = 17u
+ RE = 220m
+ BR = 100m
+ VAF = 30
+ ISE = 190n
+ TF = 106n
+ TR = 10u
+ CJC = 100p
+)
------------------------------
* AC128 PNP Model by Jim Hagerman
* "+" signs removed for old Pspice
.MODEL AC128 PNP (
BF = 90
IS = 17u
RE = 220m
BR = 100m
VAF = 30
ISE = 190n
TF = 106n
TR = 10u
CJC = 100p )
*]%[/special]
 
sgrossklass - you were so right! I re-did RB calculation based on Vbe plot (instead of numbers printed in datasheet), and it came out much higher at RB=180. That might not be best value for noise simulations, but for Vbe and Ic response, the model is spot on up to at least 100mA. Thanks for the suggestion.
 
I would use RB and RBM parameters as the base resistance will vary with current. Your rb of 20 might be better as an RBM figure.
I would also include RE and RC every time. These could be determined from the Vbe (indirectly) and Vce (sat) voltages. Note that the only parameters which stop excessive currents are these resistances.
 
What current is the 5088 working at?
From the devices I have evaluated old (Mullard) BC108 types had Vbe=0.62V at 1mA. Moderns (On Semi) BC547's have Vbe=0.65 at 1mA. Hagtech likes working from the datasheet so typical results from (old) datasheets might be where his IS has come from.
@Hagtech - do you allow for temperature effects in IS?
Datasheets often quote at 25C while SPICE models generally use 300K as TNOM. The difference isn't huge but may be a few mV.