summaryrefslogtreecommitdiff
path: root/RL/RL.cir.out
diff options
context:
space:
mode:
authorfahimkhan2016-03-14 16:37:03 +0530
committerfahimkhan2016-03-14 16:37:03 +0530
commit0767e64446641553c7c08c77b53d4817599c4ae1 (patch)
treeccc60cf033e7d1f56fe52633462c9e659de8af1d /RL/RL.cir.out
parent9182fa7645ca28bd5d2d8401c2e2f03c39943f92 (diff)
downloadeSim-Examples-0767e64446641553c7c08c77b53d4817599c4ae1.tar.gz
eSim-Examples-0767e64446641553c7c08c77b53d4817599c4ae1.tar.bz2
eSim-Examples-0767e64446641553c7c08c77b53d4817599c4ae1.zip
Adding all available eSim examples
Diffstat (limited to 'RL/RL.cir.out')
-rw-r--r--RL/RL.cir.out18
1 files changed, 18 insertions, 0 deletions
diff --git a/RL/RL.cir.out b/RL/RL.cir.out
new file mode 100644
index 0000000..8e08d27
--- /dev/null
+++ b/RL/RL.cir.out
@@ -0,0 +1,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