diff options
author | Fahim | 2016-02-17 17:00:35 +0530 |
---|---|---|
committer | Fahim | 2016-02-17 17:00:35 +0530 |
commit | d634304de8022c499b1a4a23c85aa5f124539d93 (patch) | |
tree | 9ec07da28a569b4ebc54c69eba778809457f451d /Examples/diodeChar/diodeChar.cir.out | |
parent | 9b6b022edb89e14fa83c3c1d6ebf0a9f96500b1a (diff) | |
parent | 8a6f29decb7793e678aa8492f4f8d899087f2f68 (diff) | |
download | eSim-d634304de8022c499b1a4a23c85aa5f124539d93.tar.gz eSim-d634304de8022c499b1a4a23c85aa5f124539d93.tar.bz2 eSim-d634304de8022c499b1a4a23c85aa5f124539d93.zip |
Merge branch 'develop'
Conflicts:
kicadSchematicLibrary/kicad.pro
src/ngspicetoModelica/__init__.py
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 |