From 16af7c0f9d5040fdeaf36c8b7d47e62ff4e8d980 Mon Sep 17 00:00:00 2001 From: Fahim Date: Tue, 26 Jan 2016 10:25:22 +0530 Subject: First Commit --- views/Redundant/netlist.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 views/Redundant/netlist.txt (limited to 'views/Redundant/netlist.txt') diff --git a/views/Redundant/netlist.txt b/views/Redundant/netlist.txt new file mode 100644 index 0000000..dbcff26 --- /dev/null +++ b/views/Redundant/netlist.txt @@ -0,0 +1,14 @@ +*ngspice netlist by niel mishra* +v1 1 0 sin(0 5 1khz) +c1 2 0 1pf +d1 1 3 diode +r1 3 2 10 + +.tran 1e-03 100e-03 1e-03 + +.control +run +print allv > dumpv.txt +print alli > dumpi.txt +.endc +.end -- cgit