summaryrefslogtreecommitdiff
path: root/Examples/Zener_Characteristic/Zener_Characteristic.cir.out
diff options
context:
space:
mode:
authorFahim2016-03-03 23:00:00 +0530
committerFahim2016-03-03 23:00:00 +0530
commit7e4774656997c34eae3ab09b37c8f82b5b046d48 (patch)
treefe72483af0c1feba7f97d5b9290f647f50840fc1 /Examples/Zener_Characteristic/Zener_Characteristic.cir.out
parent823d892cbafccc47287ffebd01316754e7efad56 (diff)
downloadeSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.gz
eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.bz2
eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.zip
Remove unwanted example
Diffstat (limited to 'Examples/Zener_Characteristic/Zener_Characteristic.cir.out')
-rw-r--r--Examples/Zener_Characteristic/Zener_Characteristic.cir.out22
1 files changed, 22 insertions, 0 deletions
diff --git a/Examples/Zener_Characteristic/Zener_Characteristic.cir.out b/Examples/Zener_Characteristic/Zener_Characteristic.cir.out
new file mode 100644
index 00000000..cb3d61f6
--- /dev/null
+++ b/Examples/Zener_Characteristic/Zener_Characteristic.cir.out
@@ -0,0 +1,22 @@
+* /home/fossee/esim-workspace/zener_characteristic/zener_characteristic.cir
+
+v1 in gnd dc 10
+r1 in net-_r1-pad2_ 1k
+* u2 net-_r1-pad2_ out plot_i2
+* u3 out plot_v1
+* u1 gnd out zener
+v_u2 net-_r1-pad2_ out 0
+a1 gnd out u1
+* Schematic Name: zener, NgSpice Name: zener
+.model u1 zener(n_forward=1.0 v_breakdown=5.6 i_sat=1.0e-12 limit_switch=FALSE i_breakdown=2.0e-2 )
+.dc v1 0e-00 8e-00 0.05e-00
+
+* Control Statements
+.control
+run
+print allv > plot_data_v.txt
+print alli > plot_data_i.txt
+plot i(v_u2)
+plot v(out)
+.endc
+.end