summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/various/bjt_ac_par.sp
diff options
context:
space:
mode:
authorrahulp132020-03-03 05:31:58 +0530
committerrahulp132020-03-03 05:31:58 +0530
commitdfc268e0863c913a1b8726cd54eea3b40caf7c67 (patch)
tree1cd82634684da5ae86b558d44756189e080545d4 /Windows/spice/examples/various/bjt_ac_par.sp
parentfd62c52150c7d1f81da8060b2f5db6b94d174ccf (diff)
downloadeSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.gz
eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.bz2
eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.zip
upgrade ngspice to v31
Diffstat (limited to 'Windows/spice/examples/various/bjt_ac_par.sp')
-rw-r--r--Windows/spice/examples/various/bjt_ac_par.sp30
1 files changed, 30 insertions, 0 deletions
diff --git a/Windows/spice/examples/various/bjt_ac_par.sp b/Windows/spice/examples/various/bjt_ac_par.sp
new file mode 100644
index 00000000..048eb6f3
--- /dev/null
+++ b/Windows/spice/examples/various/bjt_ac_par.sp
@@ -0,0 +1,30 @@
+Plot inner small signal parameter
+
+v1 1 0 dc 10.0
+rc 1 c 2k
+vb b 0 dc 0.6
+q1 c b 0 bfs17
+
+.MODEL BFS17 NPN (level=1 IS=0.48F NF=1.008 BF=99.655 VAF=90.000 IKF=0.190
++ ISE=7.490F NE=1.762 NR=1.010 BR=38.400 VAR=7.000 IKR=93.200M
++ ISC=0.200F NC=1.042
++ RB=1.500 IRB=0.100M RBM=1.200
++ RE=0.500 RC=2.680
++ CJE=1.325P VJE=0.700 MJE=0.220 FC=0.890
++ CJC=1.050P VJC=0.610 MJC=0.240 XCJC=0.400
++ TF=56.940P TR=1.000N PTF=21.000
++ XTF=68.398 VTF=0.600 ITF=0.700
++ XTB=1.600 EG=1.110 XTI=3.000
++ KF=1.000F AF=1.000)
+
+.control
+save @q1[gm] @q1[pi] @q1[go]
+save @q1[qbe] @q1[qbc]
+save @q1[cmu] @q1[cpi]
+dc vb 0.4 1 0.01
+plot @q1[gm] @q1[gpi] @q1[go]
+plot @q1[qbe] @q1[qbc]
+plot @q1[cmu] @q1[cpi]
+.endc
+
+.end