diff options
author | fahimkhan | 2016-08-24 15:33:26 +0530 |
---|---|---|
committer | fahimkhan | 2016-08-24 15:33:26 +0530 |
commit | c634e048b6192d18eb3badda9c4c0c219dcc4ffb (patch) | |
tree | d63f1a1a242531449c4e071b944ce9c94ace356a /ngSpice-netlist-example/RLC.cir.out | |
parent | ff95c8d76ed5a492fd3911fd86484cd82849ee26 (diff) | |
download | Online-NgSpice-Simulator-c634e048b6192d18eb3badda9c4c0c219dcc4ffb.tar.gz Online-NgSpice-Simulator-c634e048b6192d18eb3badda9c4c0c219dcc4ffb.tar.bz2 Online-NgSpice-Simulator-c634e048b6192d18eb3badda9c4c0c219dcc4ffb.zip |
Added Ngspice Netlist Example
Diffstat (limited to 'ngSpice-netlist-example/RLC.cir.out')
-rw-r--r-- | ngSpice-netlist-example/RLC.cir.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ngSpice-netlist-example/RLC.cir.out b/ngSpice-netlist-example/RLC.cir.out new file mode 100644 index 0000000..ba20476 --- /dev/null +++ b/ngSpice-netlist-example/RLC.cir.out @@ -0,0 +1,22 @@ + +* Author: FOSSEE +* Date: + +r1 in net-_l1-pad1_ 1k +l1 net-_l1-pad1_ out 2 +c1 out gnd 0.5u +v1 in gnd pwl(0m 0 0.5m 5) +* u1 in plot_v1 +* u2 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 |