diff options
author | Fahim | 2015-10-27 12:01:16 +0530 |
---|---|---|
committer | Fahim | 2015-10-27 12:01:16 +0530 |
commit | 67eca7791f058f240b7e7e9c77de7fa02bf37bca (patch) | |
tree | 84a7fd6de1e7670e4dbd1f504e6b434288e11ad2 /Examples/diodeChar/diodeChar.cir.out | |
parent | 68d86baddc4c6680e96acf93e479d63137e78764 (diff) | |
download | eSim-67eca7791f058f240b7e7e9c77de7fa02bf37bca.tar.gz eSim-67eca7791f058f240b7e7e9c77de7fa02bf37bca.tar.bz2 eSim-67eca7791f058f240b7e7e9c77de7fa02bf37bca.zip |
Subject: Added example for diode characteristic
Description: Added example for diode characteristic
Diffstat (limited to 'Examples/diodeChar/diodeChar.cir.out')
-rw-r--r-- | Examples/diodeChar/diodeChar.cir.out | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Examples/diodeChar/diodeChar.cir.out b/Examples/diodeChar/diodeChar.cir.out new file mode 100644 index 00000000..dc3d21eb --- /dev/null +++ b/Examples/diodeChar/diodeChar.cir.out @@ -0,0 +1,19 @@ +* eeschema netlist version 1.1 (spice format) creation date: monday 26 october 2015 03:08:36 pm ist + +.include D.lib + +v1 1 0 dc 5 +r1 1 2 1k +d1 2 0 1N4148 + +.dc v1 -15 15 0.01 + +* Control Statements +.control +run +print allv > plot_data_v.txt +print alli > plot_data_i.txt + +plot -i(v1) vs v(1) +.endc +.end |