summaryrefslogtreecommitdiff
path: root/Examples/RLC/RLC.cir.out
diff options
context:
space:
mode:
authorFahim2016-03-03 23:00:00 +0530
committerFahim2016-03-03 23:00:00 +0530
commit7e4774656997c34eae3ab09b37c8f82b5b046d48 (patch)
treefe72483af0c1feba7f97d5b9290f647f50840fc1 /Examples/RLC/RLC.cir.out
parent823d892cbafccc47287ffebd01316754e7efad56 (diff)
downloadeSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.gz
eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.bz2
eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.zip
Remove unwanted example
Diffstat (limited to 'Examples/RLC/RLC.cir.out')
-rw-r--r--Examples/RLC/RLC.cir.out19
1 files changed, 19 insertions, 0 deletions
diff --git a/Examples/RLC/RLC.cir.out b/Examples/RLC/RLC.cir.out
new file mode 100644
index 00000000..6498043d
--- /dev/null
+++ b/Examples/RLC/RLC.cir.out
@@ -0,0 +1,19 @@
+* /home/fossee/esim-workspace/rlc/rlc.cir
+
+r1 in net-_l1-pad1_ 1k
+l1 net-_l1-pad1_ out 2
+c1 out gnd 0.5u
+v1 in gnd pwl(0m 0 0.5m 5)
+* 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