diff options
author | fossee | 2019-08-29 12:00:06 +0530 |
---|---|---|
committer | fossee | 2019-08-29 12:00:06 +0530 |
commit | d25a2bf2d63442e3585479751f168b635fc5701e (patch) | |
tree | fa1df998749b7dab5b8d404b88d77c5311167d8a /Examples/Zener_Characteristic/Zener_Characteristic.cir.out | |
download | eSim-d25a2bf2d63442e3585479751f168b635fc5701e.tar.gz eSim-d25a2bf2d63442e3585479751f168b635fc5701e.tar.bz2 eSim-d25a2bf2d63442e3585479751f168b635fc5701e.zip |
changed Examples
Diffstat (limited to 'Examples/Zener_Characteristic/Zener_Characteristic.cir.out')
-rw-r--r-- | Examples/Zener_Characteristic/Zener_Characteristic.cir.out | 22 |
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 |