From c634e048b6192d18eb3badda9c4c0c219dcc4ffb Mon Sep 17 00:00:00 2001 From: fahimkhan Date: Wed, 24 Aug 2016 15:33:26 +0530 Subject: Added Ngspice Netlist Example --- ngSpice-netlist-example/HalfwaveRectifier.cir.out | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ngSpice-netlist-example/HalfwaveRectifier.cir.out (limited to 'ngSpice-netlist-example/HalfwaveRectifier.cir.out') diff --git a/ngSpice-netlist-example/HalfwaveRectifier.cir.out b/ngSpice-netlist-example/HalfwaveRectifier.cir.out new file mode 100644 index 0000000..9a3ffde --- /dev/null +++ b/ngSpice-netlist-example/HalfwaveRectifier.cir.out @@ -0,0 +1,22 @@ + +* Author: FOSSEE +* Date: + +.model 1n4148 D(is=2.495E-09 rs=4.755E-01 n=1.679E+00 tt=3.030E-09 cjo=1.700E-12 vj=1 m=1.959E-01 bv=1.000E+02 ibv=1.000E-04) +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 + \ No newline at end of file -- cgit