Mextram models: plotting with thicker lines
This commit is contained in:
parent
842c595fdc
commit
745172df54
|
|
@ -5,11 +5,12 @@ MEXTRAM Gummel Test Ic,b,s=f(Vc,Ib)
|
||||||
VB B 0 0.5
|
VB B 0 0.5
|
||||||
VC C 0 2.0
|
VC C 0 2.0
|
||||||
VS S 0 0.0
|
VS S 0 0.0
|
||||||
NQ1 C B 0 S DT BJTRF1
|
NQ1 C B 0 S dt BJTRF1
|
||||||
|
|
||||||
.control
|
.control
|
||||||
pre_osdi test_osdi_win/bjt504t.osdi
|
pre_osdi test_osdi_win/bjt504t.osdi
|
||||||
dc vb 0.2 1.4 0.01
|
dc vb 0.2 1.4 0.01
|
||||||
|
set xbrushwidth=2
|
||||||
plot abs(i(vc)) abs(i(vb)) abs(i(vs)) ylog xlimit 0.3 1.4 ylimit 1e-12 100e-3
|
plot abs(i(vc)) abs(i(vb)) abs(i(vs)) ylog xlimit 0.3 1.4 ylimit 1e-12 100e-3
|
||||||
plot abs(i(vc))/abs(i(vb)) vs abs(-i(vc)) xlog xlimit 1e-09 10e-3 ylimit 0 150
|
plot abs(i(vc))/abs(i(vb)) vs abs(-i(vc)) xlog xlimit 1e-09 10e-3 ylimit 0 150
|
||||||
.endc
|
.endc
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@ NQ1 C B 0 S T BJTRF1
|
||||||
|
|
||||||
.control
|
.control
|
||||||
pre_osdi test_osdi_win/bjt504t.osdi
|
pre_osdi test_osdi_win/bjt504t.osdi
|
||||||
dc vc 0 6.0 0.05 ib 1u 8u 1u
|
dc vc 0 6.0 0.05 ib 0 8u 1u
|
||||||
|
set xbrushwidth=2
|
||||||
plot abs(i(vc)) xlabel Vce title Output-Characteristic
|
plot abs(i(vc)) xlabel Vce title Output-Characteristic
|
||||||
.endc
|
.endc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue