Browse Source

hicum plot has non-monotonic x values.

We thus need parametr 'retraceplot'.
Command 'run' not required.
pre-master-46
Holger Vogt 5 years ago
parent
commit
7ebe17f32f
  1. 5
      examples/adms/hicum0/hic0_gum.sp
  2. 1
      examples/adms/mextram/mex_gum.sp

5
examples/adms/hicum0/hic0_gum.sp

@ -7,9 +7,8 @@ X1 C B 0 S DT hicumL0V1p1_c_sbt
.control .control
dc vb 0.2 1.4 0.01 dc vb 0.2 1.4 0.01
run
plot abs(i(vc)) abs(i(vb)) abs(i(vs)) ylimit 0.1e-12 100e-3 ylog
plot abs(i(vc))/abs(i(vb)) vs abs(-i(vc)) xlog xlimit 1e-09 10e-3 ylimit 0 300
plot abs(i(vc)) abs(i(vb)) abs(i(vs)) ylimit 0.1p 100m ylog
plot abs(i(vc))/abs(i(vb)) vs abs(i(vc)) xlog xlimit 100p 100m ylimit 0 200 retraceplot
.endc .endc
.include model-card-hicumL0V1p11.lib .include model-card-hicumL0V1p11.lib

1
examples/adms/mextram/mex_gum.sp

@ -7,7 +7,6 @@ Q1 C B 0 S DT BJTRF1
.control .control
dc vb 0.2 1.4 0.01 dc vb 0.2 1.4 0.01
run
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

Loading…
Cancel
Save