.BondLib.Spice.Utilities.CjS

Information

The Spice-style junction capacitance computes both the depletion capacitance value and the diffusion capacitance value of a junction used in a bipolar transistor. Different Spice dialects vary in the formulae they use for this purpose. Many Spice dialects actually don't use a formula for the junction capacitance at all, but rather compute the electric charge stored in the junction directly, which is conceptually cleaner. However, that approach is computationally cumbersome, as it leads to an awkward algebraic loop [1]. Thus, we chose to compute the junction capacitance, and use a (physically incorrect) approximate non-linear capacitor model (just as in the case of the simpler Ebers-Moll model). The numerical error should remain small, as the time constants associated with temperature change are much larger than those associated with electrical phenomena.

This particular model uses the space charge formula advocated in [2]. Since:

f = der(q)

the space charge, q, was symbolically differentiated. In the differentiation, only electrical signals, i.e., the voltage, e, were considered time-varying. The temperature gradients were assumed to be negligible. This produced an equation of the form:

f = C(e)*der(e)

which is the formula that was used to compute the non-linear capacitance C(e) in the model.


Parameters:

 Is:      Transport saturation current (default value = 1e-16 Amp)

 EG:      Energy gap for temperature effect on saturation current (default value = 1.11 Volt)

 N:       Current emission coefficient (default value = 1)

 XTI:     Saturation current temperature exponent (default value = 3)

 VJ:      Built-in potential at reference temperature (default value = 0.75 Volt)

 CJ:      Zero-bias depletion capacitance at reference temperature (default value = 0.5e-12 F)

 XCJ:     Fraction of base-collector depletion capacitance connected to internal base node (default value = 1)

 MJ:      Junction grading coefficient (default value = 0.333)

 Tau:     Ideal transit time (default value = 1e-9 sec)

 GminDC:  Leakage conductance (default value = 1e-15 Mho)

 Area:    Relative area occupied by the diode (default value = 1)

 Level:  Transistor modeling level (Ebers-Moll = 1; Gummel-Poon = 2) (default value = 2)

 BE:      True if base-emitter junction (default value = true)


References:

  1. Cellier, F.E. (1991), Continuous System Modeling, Springer-Verlag, New York, pp. 224-225.
  2. Massobrio, G. and P. Antognetti (1993), Semiconductor Device Modeling with Spice, 2nd edition, McGraw Hill, New York, p.69.

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos