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

r1  in out 10
l1  out gnd 100m
v1  in gnd pwl(0m 0 0.5m 5 50m 5 50.5m 0 100m 0)
* 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