summaryrefslogtreecommitdiff
path: root/views/Redundant/netlist.txt
blob: dbcff264555087594c35504cafe061a39c66fac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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