diff options
author | Fahim | 2016-03-03 23:00:00 +0530 |
---|---|---|
committer | Fahim | 2016-03-03 23:00:00 +0530 |
commit | 7e4774656997c34eae3ab09b37c8f82b5b046d48 (patch) | |
tree | fe72483af0c1feba7f97d5b9290f647f50840fc1 /Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out | |
parent | 823d892cbafccc47287ffebd01316754e7efad56 (diff) | |
download | eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.gz eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.bz2 eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.zip |
Remove unwanted example
Diffstat (limited to 'Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out')
-rw-r--r-- | Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out index 4d1d5489..c9dbd104 100644 --- a/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out +++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out @@ -1,9 +1,11 @@ -* /home/fossee/downloads/esim-master/examples/halfwave_rectifier/halfwave_rectifier.cir +* /home/fossee/updatedexamples/halfwave_rectifier/halfwave_rectifier.cir .include D.lib -d1 in out D1N750 +d1 in out 1N4148 r1 out gnd 1k -v1 in gnd sine(0 2 50 0 0) +v1 in gnd sine(0 20 50 0 0) +* u2 in plot_v1 +* u3 out plot_v1 .tran 10e-03 100e-03 0e-03 * Control Statements @@ -11,5 +13,7 @@ v1 in gnd sine(0 2 50 0 0) run print allv > plot_data_v.txt print alli > plot_data_i.txt +plot v(in) +plot v(out) .endc .end |