From d25a2bf2d63442e3585479751f168b635fc5701e Mon Sep 17 00:00:00 2001 From: fossee Date: Thu, 29 Aug 2019 12:00:06 +0530 Subject: changed Examples --- .../Halfwave_Rectifier/Halfwave_Rectifier.cir.out | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out (limited to 'Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out') diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out new file mode 100644 index 00000000..94580e52 --- /dev/null +++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out @@ -0,0 +1,19 @@ +* /home/saurabh/downloads/esim-1.1.2/examples/halfwave_rectifier/halfwave_rectifier.cir + +.include D.lib +d1 in out 1N4148 +r1 out gnd 1k +v1 in gnd sine(0 20 50 0 0) +* u2 in plot_v1 +* u3 out plot_v1 +.tran 10e-03 100e-03 0e-03 + +* Control Statements +.control +run +print allv > plot_data_v.txt +print alli > plot_data_i.txt +plot v(in) +plot v(out) +.endc +.end -- cgit