Skip to content

Commit ecb8e43

Browse files
1 parent cb592ce commit ecb8e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Electrical/Analog/transistors.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ Early voltage effect.
300300

301301
C_jE ~ if V_EB > phi_E - Z_E
302302
((C_jE0 * gamma_E * (1 - ((phi_E - Z_E) / phi_E))^(-gamma_E - 1)) / phi_E) *
303-
V_BE -
303+
V_EB -
304304
((C_jE0 * gamma_E * (1 - ((phi_E - Z_E) / phi_E))^(-gamma_E - 1)) / phi_E) *
305305
(phi_E - Z_E) + (C_jE0) / (1 - (phi_E - Z_E) / phi_E)^gamma_E
306306
else
307-
(C_jE0) / (1 - V_BE / phi_E)^gamma_E
307+
(C_jE0) / (1 - V_EB / phi_E)^gamma_E
308308
end
309309
end
310310

0 commit comments

Comments
 (0)