From d25a2bf2d63442e3585479751f168b635fc5701e Mon Sep 17 00:00:00 2001 From: fossee Date: Thu, 29 Aug 2019 12:00:06 +0530 Subject: changed Examples --- .../Parallel_Resonance/Parallel_Resonance.cir.out | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Examples/Parallel_Resonance/Parallel_Resonance.cir.out (limited to 'Examples/Parallel_Resonance/Parallel_Resonance.cir.out') diff --git a/Examples/Parallel_Resonance/Parallel_Resonance.cir.out b/Examples/Parallel_Resonance/Parallel_Resonance.cir.out new file mode 100644 index 00000000..3e249439 --- /dev/null +++ b/Examples/Parallel_Resonance/Parallel_Resonance.cir.out @@ -0,0 +1,20 @@ +* /home/fossee/updatedexamples/parallel_resonance/parallel_resonance.cir + +r1 out gnd 100 +l1 out gnd 100m +c1 gnd out 10u +v1 in gnd ac 1 0 +r2 out in 1000 +* u1 in plot_v1 +* u3 out plot_v1 +.ac lin 20 1Hz 700Hz + +* 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