diff options
author | fossee | 2019-08-29 12:00:06 +0530 |
---|---|---|
committer | fossee | 2019-08-29 12:00:06 +0530 |
commit | d25a2bf2d63442e3585479751f168b635fc5701e (patch) | |
tree | fa1df998749b7dab5b8d404b88d77c5311167d8a /Examples/RC/RC.cir.out | |
download | eSim-d25a2bf2d63442e3585479751f168b635fc5701e.tar.gz eSim-d25a2bf2d63442e3585479751f168b635fc5701e.tar.bz2 eSim-d25a2bf2d63442e3585479751f168b635fc5701e.zip |
changed Examples
Diffstat (limited to 'Examples/RC/RC.cir.out')
-rw-r--r-- | Examples/RC/RC.cir.out | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Examples/RC/RC.cir.out b/Examples/RC/RC.cir.out new file mode 100644 index 00000000..f5046892 --- /dev/null +++ b/Examples/RC/RC.cir.out @@ -0,0 +1,18 @@ +* /home/fossee/esim-workspace/rc/rc.cir + +r1 in out 1k +c1 out gnd 10u +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 |