summaryrefslogtreecommitdiff
path: root/Examples/Diode_characteristics/Diode_characteristics.cir.out
blob: 11b967b1492413c7b95ebd142ed459351ecfc720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* /home/fossee/esim-workspace/diode_characteristics/diode_characteristics.cir

.include D.lib
v1 in gnd  dc 1
d1 in out 1N4148
r1  net-_r1-pad1_ gnd 1k
* u1  out net-_r1-pad1_ plot_i2
v_u1 out net-_r1-pad1_ 0
.dc v1 0e-00 1e-00 0.01e-00

* Control Statements 
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
plot i(v_u1)
.endc
.end