Skip to content

Commit

Permalink
Merge pull request google#50 from mabrains/bjt_iv_regression
Browse files Browse the repository at this point in the history
Bjt_iv regression
  • Loading branch information
atorkmabrains authored Dec 26, 2022
2 parents 91407c6 + ed1c674 commit ba88070
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set filetype=ascii

dc Vcp 0 6 0.1 Ib 1u 9u 2u
print -i(Vcp)
wrdata npn/simulated_IcVc/{{i}}_simulated_{{device}}.csv -i(Vcp)
wrdata bjt_iv_regr/npn/ib_simulated/simulated_{{device}}_t{{temp}}.csv -i(Vcp)
.endc

.include "../../../design.ngspice"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ set filetype=ascii

dc Vcp 0 -3 -0.1 Ib -1u -9u -2u
print -i(Vcp)
wrdata pnp/simulated_IcVc/{{i}}_simulated_{{device}}.csv i(Vcp)
wrdata bjt_iv_regr/pnp/ib_simulated/simulated_{{device}}_t{{temp}}.csv i(Vcp)
.endc

.include "../../../design.ngspice"
.lib "../../../sm141064.ngspice" bjt_typical



.end
Loading

0 comments on commit ba88070

Please sign in to comment.