diff options
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 |