mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
prevent non-monotonic scale
This commit is contained in:
@@ -7,10 +7,9 @@ VS S 0 0.0
|
|||||||
Q1 0 B E S hicumL2V2p40
|
Q1 0 B E S hicumL2V2p40
|
||||||
|
|
||||||
.control
|
.control
|
||||||
dc vb 0.2 1.2 0.01
|
dc vb 0.4 1.2 0.01
|
||||||
*plot i(ve) i(vb) i(vs)
|
plot abs(i(ve)) abs(i(vb)) abs(i(vs)) xlimit 0.4 1.2 ylog ylimit 1e-12 0.1
|
||||||
plot abs(i(ve)) abs(i(vb)) abs(i(vs)) xlimit 0.2 1.2 ylog ylimit 1e-12 0.1
|
plot abs(i(ve))/abs(i(vb)) vs abs(i(ve)) xlog xlimit 1e-06 100e-3 ylimit 0 40
|
||||||
plot abs(i(ve))/abs(i(vb)) vs abs(i(ve)) xlog xlimit 1e-06 100e-3 ylimit 0 50
|
|
||||||
.endc
|
.endc
|
||||||
|
|
||||||
.include model-card-examples.lib
|
.include model-card-examples.lib
|
||||||
|
|||||||
Reference in New Issue
Block a user