diff options
author | 2019-03-17 23:41:57 +0100 | |
---|---|---|
committer | 2019-03-17 23:42:08 +0100 | |
commit | 46762510c99c323de1e9c432d841da65b5a28857 (patch) | |
tree | 0aea71ef255717da1aa14007c5cd66248f5e4e08 /nl_examples/2N6027.cpp | |
parent | e125b756e712c22b1deedc98ba7c56d60265a5e2 (diff) |
netlist: Added B-E and B-C capacitance to EB model. [Couriersud]
Despite the overhead - two devices more per transistor - this addition
significantly reduces computing time on switching conditions by reducing
the needed Newton-Raphson loops dramatically.
Diffstat (limited to 'nl_examples/2N6027.cpp')
-rw-r--r-- | nl_examples/2N6027.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nl_examples/2N6027.cpp b/nl_examples/2N6027.cpp index 47903706cb2..8b414317087 100644 --- a/nl_examples/2N6027.cpp +++ b/nl_examples/2N6027.cpp @@ -76,7 +76,7 @@ NETLIST_START(PUT_2N6027) * FIXME: Needs to be removed when added to the * transistor EB model. */ -#if 1 +#if 0 CAP(CJE1, CAP_N(1)) CAP(CJE2, CAP_N(1)) |