From 7ebe17f32f1a58c543ca2ba22d2be6852b8f6d72 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 9 Aug 2021 12:49:25 +0200 Subject: [PATCH] hicum plot has non-monotonic x values. We thus need parametr 'retraceplot'. Command 'run' not required. --- examples/adms/hicum0/hic0_gum.sp | 5 ++--- examples/adms/mextram/mex_gum.sp | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/adms/hicum0/hic0_gum.sp b/examples/adms/hicum0/hic0_gum.sp index 4d055f269..58f02b048 100644 --- a/examples/adms/hicum0/hic0_gum.sp +++ b/examples/adms/hicum0/hic0_gum.sp @@ -7,9 +7,8 @@ X1 C B 0 S DT hicumL0V1p1_c_sbt .control 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 .include model-card-hicumL0V1p11.lib diff --git a/examples/adms/mextram/mex_gum.sp b/examples/adms/mextram/mex_gum.sp index 1f619bb19..1181a3f0c 100644 --- a/examples/adms/mextram/mex_gum.sp +++ b/examples/adms/mextram/mex_gum.sp @@ -7,7 +7,6 @@ Q1 C B 0 S DT BJTRF1 .control 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)) vs abs(-i(vc)) xlog xlimit 1e-09 10e-3 ylimit 0 150 .endc