diff options
author | Fahim | 2016-01-26 10:25:22 +0530 |
---|---|---|
committer | Fahim | 2016-01-26 10:25:22 +0530 |
commit | 16af7c0f9d5040fdeaf36c8b7d47e62ff4e8d980 (patch) | |
tree | 5a541828955b1c164ab62cff491366d1666dca35 /views/Redundant/netlist.txt | |
download | eSimWebApp-16af7c0f9d5040fdeaf36c8b7d47e62ff4e8d980.tar.gz eSimWebApp-16af7c0f9d5040fdeaf36c8b7d47e62ff4e8d980.tar.bz2 eSimWebApp-16af7c0f9d5040fdeaf36c8b7d47e62ff4e8d980.zip |
First Commit
Diffstat (limited to 'views/Redundant/netlist.txt')
-rw-r--r-- | views/Redundant/netlist.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 |