diff options
author | rahulp13 | 2020-02-14 15:16:35 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-14 15:16:35 +0530 |
commit | cb55e59de7ee4383c04edfae7c39ad9ae9552b36 (patch) | |
tree | de1b292a10e8196689bf1a208fe6fe32f4618846 /Examples/UJT_Relaxation_Oscillator/ujt.cir.out | |
parent | 08d4a0336550a0e610709970a0c5d366e109fe82 (diff) | |
download | eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.gz eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.bz2 eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.zip |
common code for Win and Linux, merged py2 changes
Diffstat (limited to 'Examples/UJT_Relaxation_Oscillator/ujt.cir.out')
-rw-r--r-- | Examples/UJT_Relaxation_Oscillator/ujt.cir.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Examples/UJT_Relaxation_Oscillator/ujt.cir.out b/Examples/UJT_Relaxation_Oscillator/ujt.cir.out new file mode 100644 index 00000000..84d08b27 --- /dev/null +++ b/Examples/UJT_Relaxation_Oscillator/ujt.cir.out @@ -0,0 +1,22 @@ +* /home/saurabh/downloads/esim-1.1.2/src/subcircuitlibrary/ujt/ujt.cir + +.include D.lib +r3 net-_h1-pad2_ net-_h1-pad1_ 1000k +* h1 +c1 net-_b1-pad1_ net-_b1-pad2_ 35p +r1 net-_b1-pad2_ net-_r1-pad2_ 38.15k +r2 net-_r2-pad1_ net-_b1-pad1_ 2.518k +* u1 net-_d1-pad1_ net-_r1-pad2_ net-_r2-pad1_ port +b1 net-_b1-pad1_ net-_b1-pad2_ i=0.00028*v(5,7)+0.00575*v(5,7)*v(6) +d1 net-_d1-pad1_ net-_d1-pad2_ 1N4148 +Vh1 net-_d1-pad2_ net-_b1-pad1_ 0 +h1 net-_h1-pad1_ net-_h1-pad2_ Vh1 1k +.tran 5e-03 100e-03 0e-03 + +* Control Statements +.control +run +print allv > plot_data_v.txt +print alli > plot_data_i.txt +.endc +.end |