summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/xspice/table/combi_script.cir
diff options
context:
space:
mode:
authorRahul Paknikar2021-01-08 12:47:23 +0530
committerGitHub2021-01-08 12:47:23 +0530
commite6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch)
treefd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/xspice/table/combi_script.cir
parentac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff)
parent6b512cbf954273b0f21d3800d10a7ad42a759425 (diff)
downloadeSim-i2.1.tar.gz
eSim-i2.1.tar.bz2
eSim-i2.1.zip
Merge pull request #161 from rahulp13/installersi2.1
fixed key issue for ubuntu 20+; updated installers for windows os
Diffstat (limited to 'Windows/spice/examples/xspice/table/combi_script.cir')
-rw-r--r--Windows/spice/examples/xspice/table/combi_script.cir41
1 files changed, 0 insertions, 41 deletions
diff --git a/Windows/spice/examples/xspice/table/combi_script.cir b/Windows/spice/examples/xspice/table/combi_script.cir
deleted file mode 100644
index 51affce1..00000000
--- a/Windows/spice/examples/xspice/table/combi_script.cir
+++ /dev/null
@@ -1,41 +0,0 @@
-*ng_script
-* A somewhat complex example:
-* This script loads two circuits, then selects circuit 1,
-* does three dc simulations, selects circuit 2, does
-* two dc simulations on the bipolar table device.
-* Always do a 'reset' in between to avoid memory leaks.
-
-* you have to create the bipolar device table first by running
-* the table generator table-generator-q-2d.sp
-
-.control
-
-source $inputdir/table-model-bip-2d-1-oc.sp $ circuit 2
-source $inputdir/table-model-mos-2d-2-oc.sp $ circuit 1
-
-*** analysis type ***
-setcirc 1
-dc V1 -0.1 1.7 0.06 V2 0.3 1.7 0.3
-plot i(Vs)
-plot deriv(i(Vs))
-reset
-dc v2 0 1.7 0.04
-plot i(Vs)
-plot deriv(i(Vs))
-reset
-dc V1 -0.1 1.7 0.06
-plot i(Vs2)
-
-setcirc 2
-* bipolar model qinn
-dc vce 0 5 0.05 ib 0.2u 1.8u 0.4u
-*plot i(vee)
-*plot v(1) ylimit 0 1
-reset
-* bipolar from table
-dc vce2 0 5 0.05 ib2 0.2u 1.8u 0.4u
-
-plot dc4.i(vee) i(vee2) title 'table q3, q4 output current (i(vee2)) compared to bjt model (dc1.i(vee))'
-plot dc4.v(1) v(bb) ylimit 0.6 0.8 title 'table q3, q4 input diode (v(bb)) compared to bjt model (dc1.v(1))'
-
-.endc