summaryrefslogtreecommitdiff
path: root/Examples/Halfwave_Rectifier
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Halfwave_Rectifier')
-rwxr-xr-xExamples/Halfwave_Rectifier/D.lib20
-rw-r--r--Examples/Halfwave_Rectifier/Halfwave_Rectifier-cache.lib89
-rw-r--r--Examples/Halfwave_Rectifier/Halfwave_Rectifier.bak53
-rw-r--r--Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir11
-rw-r--r--Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out15
-rw-r--r--Examples/Halfwave_Rectifier/Halfwave_Rectifier.pro70
-rw-r--r--Examples/Halfwave_Rectifier/Halfwave_Rectifier.proj1
-rw-r--r--Examples/Halfwave_Rectifier/Halfwave_Rectifier.sch140
-rw-r--r--Examples/Halfwave_Rectifier/Halfwave_Rectifier_Previous_Values.xml1
-rw-r--r--Examples/Halfwave_Rectifier/analysis1
-rw-r--r--Examples/Halfwave_Rectifier/plot_data_i.txt69
-rw-r--r--Examples/Halfwave_Rectifier/plot_data_v.txt69
12 files changed, 539 insertions, 0 deletions
diff --git a/Examples/Halfwave_Rectifier/D.lib b/Examples/Halfwave_Rectifier/D.lib
new file mode 100755
index 00000000..ef18bb50
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/D.lib
@@ -0,0 +1,20 @@
+.MODEL D1N750 D(
++ Vj=.75
++ Nbvl=14.976
++ Cjo=175p
++ Rs=.25
++ Isr=1.859n
++ Eg=1.11
++ M=.5516
++ Nbv=1.6989
++ N=1
++ Tbv1=-21.277u
++ Bv=8.1
++ Fc=.5
++ Ikf=0
++ Nr=2
++ Ibv=20.245m
++ Is=880.5E-18
++ Xti=3
++ Ibvl=1.9556m
+) \ No newline at end of file
diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier-cache.lib b/Examples/Halfwave_Rectifier/Halfwave_Rectifier-cache.lib
new file mode 100644
index 00000000..b5a381ce
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier-cache.lib
@@ -0,0 +1,89 @@
+EESchema-LIBRARY Version 2.3
+#encoding utf-8
+#
+# D
+#
+DEF D D 0 40 N N 1 F N
+F0 "D" 0 100 50 H V C CNN
+F1 "D" 0 -100 50 H V C CNN
+F2 "" 0 0 60 H V C CNN
+F3 "" 0 0 60 H V C CNN
+$FPLIST
+ Diode_*
+ D-Pak_TO252AA
+ *SingleDiode
+ *_Diode_*
+ *SingleDiode*
+$ENDFPLIST
+DRAW
+P 2 0 1 6 50 50 50 -50 N
+P 3 0 1 0 -50 50 50 0 -50 -50 F
+X A 1 -150 0 100 R 40 40 1 1 P
+X K 2 150 0 100 L 40 40 1 1 P
+ENDDRAW
+ENDDEF
+#
+# GND
+#
+DEF GND #PWR 0 0 Y Y 1 F P
+F0 "#PWR" 0 -250 50 H I C CNN
+F1 "GND" 0 -150 50 H V C CNN
+F2 "" 0 0 60 H V C CNN
+F3 "" 0 0 60 H V C CNN
+DRAW
+P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
+X GND 1 0 0 0 D 50 50 1 1 W N
+ENDDRAW
+ENDDEF
+#
+# PWR_FLAG
+#
+DEF PWR_FLAG #FLG 0 0 N N 1 F P
+F0 "#FLG" 0 95 50 H I C CNN
+F1 "PWR_FLAG" 0 180 50 H V C CNN
+F2 "" 0 0 60 H V C CNN
+F3 "" 0 0 60 H V C CNN
+DRAW
+X pwr 1 0 0 0 U 20 20 0 0 w
+P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N
+ENDDRAW
+ENDDEF
+#
+# R
+#
+DEF R R 0 0 N Y 1 F N
+F0 "R" 80 0 50 V V C CNN
+F1 "R" 0 0 50 V V C CNN
+F2 "" -70 0 30 V V C CNN
+F3 "" 0 0 30 H V C CNN
+$FPLIST
+ R_*
+ Resistor_*
+$ENDFPLIST
+DRAW
+S -40 -100 40 100 0 1 10 N
+X ~ 1 0 150 50 D 60 60 1 1 P
+X ~ 2 0 -150 50 U 60 60 1 1 P
+ENDDRAW
+ENDDEF
+#
+# sine
+#
+DEF sine v 0 40 Y Y 1 F N
+F0 "v" -200 100 60 H V C CNN
+F1 "sine" -200 -50 60 H V C CNN
+F2 "R1" -300 0 60 H V C CNN
+F3 "" 0 0 60 H V C CNN
+$FPLIST
+ 1_pin
+$ENDFPLIST
+DRAW
+A -50 0 50 1 1799 0 1 0 N 0 0 -100 0
+A 50 0 50 -1799 -1 0 1 0 N 0 0 100 0
+C 0 0 150 0 1 0 N
+X + 1 0 450 300 D 50 0 1 1 I
+X - 2 0 -450 300 U 50 0 1 1 I
+ENDDRAW
+ENDDEF
+#
+#End Library
diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier.bak b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.bak
new file mode 100644
index 00000000..6008a5e9
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.bak
@@ -0,0 +1,53 @@
+EESchema Schematic File Version 2
+LIBS:power
+LIBS:device
+LIBS:transistors
+LIBS:conn
+LIBS:linear
+LIBS:regul
+LIBS:74xx
+LIBS:cmos4000
+LIBS:adc-dac
+LIBS:memory
+LIBS:xilinx
+LIBS:microcontrollers
+LIBS:dsp
+LIBS:microchip
+LIBS:analog_switches
+LIBS:motorola
+LIBS:texas
+LIBS:intel
+LIBS:audio
+LIBS:interface
+LIBS:digital-audio
+LIBS:philips
+LIBS:display
+LIBS:cypress
+LIBS:siliconi
+LIBS:opto
+LIBS:atmel
+LIBS:contrib
+LIBS:valves
+LIBS:eSim_Subckt
+LIBS:eSim_Sources
+LIBS:eSim_Hybrid
+LIBS:eSim_Digital
+LIBS:eSim_Devices
+LIBS:eSim_Analog
+LIBS:eSim_Miscellaneous
+LIBS:eSim_User
+EELAYER 25 0
+EELAYER END
+$Descr A4 11693 8268
+encoding utf-8
+Sheet 1 1
+Title ""
+Date ""
+Rev ""
+Comp ""
+Comment1 ""
+Comment2 ""
+Comment3 ""
+Comment4 ""
+$EndDescr
+$EndSCHEMATC
diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir
new file mode 100644
index 00000000..aef7b704
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir
@@ -0,0 +1,11 @@
+* EESchema Netlist Version 1.1 (Spice format) creation date: Wed Jul 1 11:15:52 2015
+
+* To exclude a component from the Spice Netlist add [Spice_Netlist_Enabled] user FIELD set to: N
+* To reorder the component spice node sequence add [Spice_Node_Sequence] user FIELD and define sequence: 2,1,0
+
+*Sheet Name:/
+D1 IN OUT D
+R1 OUT GND 1k
+v1 IN GND sine
+
+.end
diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out
new file mode 100644
index 00000000..5207e889
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.cir.out
@@ -0,0 +1,15 @@
+* eeschema netlist version 1.1 (spice format) creation date: wed jul 1 11:15:52 2015
+
+.include D.lib
+d1 in out D1N750
+r1 out gnd 1k
+v1 in gnd sine(0 2 50 0 0)
+.tran 10e-03 100e-03 0e-03
+
+* Control Statements
+.control
+run
+print allv > plot_data_v.txt
+print alli > plot_data_i.txt
+.endc
+.end
diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier.pro b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.pro
new file mode 100644
index 00000000..50b1770e
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.pro
@@ -0,0 +1,70 @@
+update=Wed Jul 1 11:12:33 2015
+version=1
+last_client=eeschema
+[general]
+version=1
+RootSch=
+BoardNm=
+[pcbnew]
+version=1
+LastNetListRead=
+UseCmpFile=1
+PadDrill=0.600000000000
+PadDrillOvalY=0.600000000000
+PadSizeH=1.500000000000
+PadSizeV=1.500000000000
+PcbTextSizeV=1.500000000000
+PcbTextSizeH=1.500000000000
+PcbTextThickness=0.300000000000
+ModuleTextSizeV=1.000000000000
+ModuleTextSizeH=1.000000000000
+ModuleTextSizeThickness=0.150000000000
+SolderMaskClearance=0.000000000000
+SolderMaskMinWidth=0.000000000000
+DrawSegmentWidth=0.200000000000
+BoardOutlineThickness=0.100000000000
+ModuleOutlineThickness=0.150000000000
+[cvpcb]
+version=1
+NetIExt=net
+[eeschema]
+version=1
+LibDir=
+[eeschema/libraries]
+LibName1=/home/gaurav/Desktop/eSim Library/eSim_Subckt
+LibName2=/home/gaurav/Desktop/eSim Library/eSim_Sources
+LibName3=/home/gaurav/Desktop/eSim Library/eSim_Hybrid
+LibName4=/home/gaurav/Desktop/eSim Library/eSim_Digital
+LibName5=/home/gaurav/Desktop/eSim Library/eSim_Devices
+LibName6=/home/gaurav/Desktop/eSim Library/eSim_Analog
+LibName7=/home/gaurav/Desktop/eSim Library/eSim_Miscellaneous
+LibName8=/home/gaurav/Desktop/eSim Library/eSim_User
+LibName9=power
+LibName10=device
+LibName11=transistors
+LibName12=conn
+LibName13=linear
+LibName14=regul
+LibName15=74xx
+LibName16=cmos4000
+LibName17=adc-dac
+LibName18=memory
+LibName19=xilinx
+LibName20=microcontrollers
+LibName21=dsp
+LibName22=microchip
+LibName23=analog_switches
+LibName24=motorola
+LibName25=texas
+LibName26=intel
+LibName27=audio
+LibName28=interface
+LibName29=digital-audio
+LibName30=philips
+LibName31=display
+LibName32=cypress
+LibName33=siliconi
+LibName34=opto
+LibName35=atmel
+LibName36=contrib
+LibName37=valves
diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier.proj b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.proj
new file mode 100644
index 00000000..cd8e1689
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.proj
@@ -0,0 +1 @@
+schematicFile Halfwave_Rectifier.sch
diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier.sch b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.sch
new file mode 100644
index 00000000..da840534
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier.sch
@@ -0,0 +1,140 @@
+EESchema Schematic File Version 2
+LIBS:eSim_Subckt
+LIBS:eSim_Sources
+LIBS:eSim_Hybrid
+LIBS:eSim_Digital
+LIBS:eSim_Devices
+LIBS:eSim_Analog
+LIBS:eSim_Miscellaneous
+LIBS:eSim_User
+LIBS:power
+LIBS:device
+LIBS:transistors
+LIBS:conn
+LIBS:linear
+LIBS:regul
+LIBS:74xx
+LIBS:cmos4000
+LIBS:adc-dac
+LIBS:memory
+LIBS:xilinx
+LIBS:microcontrollers
+LIBS:dsp
+LIBS:microchip
+LIBS:analog_switches
+LIBS:motorola
+LIBS:texas
+LIBS:intel
+LIBS:audio
+LIBS:interface
+LIBS:digital-audio
+LIBS:philips
+LIBS:display
+LIBS:cypress
+LIBS:siliconi
+LIBS:opto
+LIBS:atmel
+LIBS:contrib
+LIBS:valves
+LIBS:Halfwave_Rectifier-cache
+EELAYER 25 0
+EELAYER END
+$Descr A4 11693 8268
+encoding utf-8
+Sheet 1 1
+Title ""
+Date ""
+Rev ""
+Comp ""
+Comment1 ""
+Comment2 ""
+Comment3 ""
+Comment4 ""
+$EndDescr
+$Comp
+L D D1
+U 1 1 5593CBB8
+P 5700 2900
+F 0 "D1" H 5700 3000 50 0000 C CNN
+F 1 "D" H 5700 2800 50 0000 C CNN
+F 2 "" H 5700 2900 60 0000 C CNN
+F 3 "" H 5700 2900 60 0000 C CNN
+ 1 5700 2900
+ 1 0 0 -1
+$EndComp
+$Comp
+L R R1
+U 1 1 5593CC2C
+P 6300 3350
+F 0 "R1" V 6380 3350 50 0000 C CNN
+F 1 "1k" V 6300 3350 50 0000 C CNN
+F 2 "" V 6230 3350 30 0000 C CNN
+F 3 "" H 6300 3350 30 0000 C CNN
+ 1 6300 3350
+ 1 0 0 -1
+$EndComp
+$Comp
+L sine v1
+U 1 1 5593CC81
+P 5050 3400
+F 0 "v1" H 4850 3500 60 0000 C CNN
+F 1 "sine" H 4850 3350 60 0000 C CNN
+F 2 "R1" H 4750 3400 60 0000 C CNN
+F 3 "" H 5050 3400 60 0000 C CNN
+ 1 5050 3400
+ 1 0 0 -1
+$EndComp
+$Comp
+L GND #PWR01
+U 1 1 5593CCF2
+P 5700 4050
+F 0 "#PWR01" H 5700 3800 50 0001 C CNN
+F 1 "GND" H 5700 3900 50 0000 C CNN
+F 2 "" H 5700 4050 60 0000 C CNN
+F 3 "" H 5700 4050 60 0000 C CNN
+ 1 5700 4050
+ 1 0 0 -1
+$EndComp
+Wire Wire Line
+ 5050 2950 5050 2900
+Wire Wire Line
+ 5050 2900 5550 2900
+Wire Wire Line
+ 5850 2900 6300 2900
+Wire Wire Line
+ 6300 2900 6300 3200
+Wire Wire Line
+ 6300 3500 6300 3900
+Wire Wire Line
+ 6300 3900 5050 3900
+Wire Wire Line
+ 5050 3900 5050 3850
+Wire Wire Line
+ 5700 3800 5700 4050
+Connection ~ 5700 3900
+$Comp
+L PWR_FLAG #FLG02
+U 1 1 5593CD49
+P 5700 3800
+F 0 "#FLG02" H 5700 3895 50 0001 C CNN
+F 1 "PWR_FLAG" H 5700 3980 50 0000 C CNN
+F 2 "" H 5700 3800 60 0000 C CNN
+F 3 "" H 5700 3800 60 0000 C CNN
+ 1 5700 3800
+ 1 0 0 -1
+$EndComp
+Text GLabel 5200 2750 0 60 Input ~ 0
+IN
+Text GLabel 6200 2800 2 60 Input ~ 0
+OUT
+Wire Wire Line
+ 5200 2750 5250 2750
+Wire Wire Line
+ 5250 2750 5250 2900
+Connection ~ 5250 2900
+Wire Wire Line
+ 6200 2800 6100 2800
+Wire Wire Line
+ 6100 2800 6100 2900
+Connection ~ 6100 2900
+$EndSCHEMATC
diff --git a/Examples/Halfwave_Rectifier/Halfwave_Rectifier_Previous_Values.xml b/Examples/Halfwave_Rectifier/Halfwave_Rectifier_Previous_Values.xml
new file mode 100644
index 00000000..e497fb71
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/Halfwave_Rectifier_Previous_Values.xml
@@ -0,0 +1 @@
+<KicadtoNgspice><analysis><ac><field1 name="Lin">true</field1><field2 name="Dec">false</field2><field3 name="Oct">false</field3><field4 name="Start Frequency" /><field5 name="Stop Frequency" /><field6 name="No. of points" /><field7 name="Start Fre Combo">Hz</field7><field8 name="Stop Fre Combo">Hz</field8></ac><dc><field1 name="Source Name" /><field2 name="Start" /><field3 name="Increment" /><field4 name="Stop" /><field5 name="Operating Point">False</field5><field6 name="Start Combo">Volts or Amperes</field6><field7 name="Increment Combo">Volts or Amperes</field7><field8 name="Stop Combo">Volts or Amperes</field8></dc><tran><field1 name="Start Time">0</field1><field2 name="Step Time">10</field2><field3 name="Stop Time">100</field3><field4 name="Start Combo">ms</field4><field5 name="Step Combo">ms</field5><field6 name="Stop Combo">ms</field6></tran></analysis><source><v1 name="Source type">sine<field1 name="Offset Value">0</field1><field2 name="Amplitude">2</field2><field3 name="Frequency">50</field3><field4 name="Delay Time">0</field4><field5 name="Damping Factor">0</field5></v1></source><model /><devicemodel><d1><field>/home/gaurav/workspace/eSim/src/deviceModelLibrary/Diode/D.lib</field></d1></devicemodel><subcircuit /></KicadtoNgspice> \ No newline at end of file
diff --git a/Examples/Halfwave_Rectifier/analysis b/Examples/Halfwave_Rectifier/analysis
new file mode 100644
index 00000000..660a46cc
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/analysis
@@ -0,0 +1 @@
+.tran 10e-03 100e-03 0e-03 \ No newline at end of file
diff --git a/Examples/Halfwave_Rectifier/plot_data_i.txt b/Examples/Halfwave_Rectifier/plot_data_i.txt
new file mode 100644
index 00000000..1dbba44e
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/plot_data_i.txt
@@ -0,0 +1,69 @@
+* eeschema netlist version 1.1 (spice format) creation date: wed jul 1 11:15:52 2015
+Transient Analysis Wed Jul 1 11:18:15 2015
+--------------------------------------------------------------------------------
+Index time alli
+--------------------------------------------------------------------------------
+0 0.000000e+00 -7.72087e-32
+1 1.000000e-05 -1.08306e-07
+2 2.000000e-05 -1.10674e-07
+3 4.000000e-05 -1.12292e-07
+4 8.000000e-05 -1.13899e-07
+5 1.600000e-04 -1.19071e-07
+6 3.200000e-04 -1.29247e-07
+7 6.400000e-04 -1.65196e-07
+8 1.280000e-03 -1.19696e-04
+9 1.926126e-03 -4.40792e-04
+10 2.657696e-03 -7.71076e-04
+11 3.403762e-03 -1.03378e-03
+12 4.895893e-03 -1.27428e-03
+13 6.895893e-03 -9.38866e-04
+14 8.895893e-03 -4.32200e-05
+15 1.089589e-02 2.834780e-07
+16 1.289589e-02 -1.72056e-07
+17 1.473004e-02 2.124164e-07
+18 1.673004e-02 -2.37142e-07
+19 1.873004e-02 1.409514e-07
+20 2.073004e-02 -3.87967e-07
+21 2.273004e-02 -8.00225e-04
+22 2.473004e-02 -1.26738e-03
+23 2.673004e-02 -9.93105e-04
+24 2.873004e-02 -1.14941e-04
+25 3.073004e-02 4.870695e-07
+26 3.273004e-02 -3.68691e-07
+27 3.473004e-02 4.119457e-07
+28 3.673004e-02 -4.36636e-07
+29 3.873004e-02 3.404039e-07
+30 4.073004e-02 -5.87052e-07
+31 4.273004e-02 -8.00219e-04
+32 4.473004e-02 -1.26738e-03
+33 4.673004e-02 -9.93101e-04
+34 4.873004e-02 -1.14978e-04
+35 5.073004e-02 6.863236e-07
+36 5.273004e-02 -5.67900e-07
+37 5.473004e-02 6.111180e-07
+38 5.673004e-02 -6.35774e-07
+39 5.873004e-02 5.394993e-07
+40 6.073004e-02 -7.85782e-07
+41 6.273004e-02 -8.00214e-04
+42 6.473004e-02 -1.26738e-03
+43 6.673004e-02 -9.93097e-04
+44 6.873004e-02 -1.15014e-04
+45 7.073004e-02 8.852210e-07
+46 7.273004e-02 -7.66753e-07
+47 7.473004e-02 8.099337e-07
+48 7.673004e-02 -8.34554e-07
+49 7.873004e-02 7.382383e-07
+50 8.073004e-02 -9.84160e-07
+51 8.273004e-02 -8.00208e-04
+52 8.473004e-02 -1.26738e-03
+53 8.673004e-02 -9.93093e-04
+54 8.873004e-02 -1.15051e-04
+
+Index time alli
+--------------------------------------------------------------------------------
+55 9.073004e-02 1.083762e-06
+56 9.273004e-02 -9.65249e-07
+57 9.473004e-02 1.008393e-06
+58 9.673004e-02 -1.03298e-06
+59 9.873004e-02 9.366216e-07
+60 1.000000e-01 -1.10922e-06
diff --git a/Examples/Halfwave_Rectifier/plot_data_v.txt b/Examples/Halfwave_Rectifier/plot_data_v.txt
new file mode 100644
index 00000000..d6b3cfbb
--- /dev/null
+++ b/Examples/Halfwave_Rectifier/plot_data_v.txt
@@ -0,0 +1,69 @@
+* eeschema netlist version 1.1 (spice format) creation date: wed jul 1 11:15:52 2015
+Transient Analysis Wed Jul 1 11:18:15 2015
+--------------------------------------------------------------------------------
+Index time in out
+--------------------------------------------------------------------------------
+0 0.000000e+00 0.000000e+00 7.720868e-29
+1 1.000000e-05 6.283175e-03 1.083062e-04
+2 2.000000e-05 1.256629e-02 1.106736e-04
+3 4.000000e-05 2.513208e-02 1.122918e-04
+4 8.000000e-05 5.026019e-02 1.138991e-04
+5 1.600000e-04 1.004886e-01 1.190713e-04
+6 3.200000e-04 2.007234e-01 1.292469e-04
+7 6.400000e-04 3.994200e-01 1.651962e-04
+8 1.280000e-03 7.827473e-01 1.196959e-01
+9 1.926126e-03 1.137706e+00 4.407921e-01
+10 2.657696e-03 1.482512e+00 7.710761e-01
+11 3.403762e-03 1.753751e+00 1.033780e+00
+12 4.895893e-03 1.998930e+00 1.274279e+00
+13 6.895893e-03 1.655610e+00 9.388661e-01
+14 8.895893e-03 6.799031e-01 4.321996e-02
+15 1.089589e-02 -5.55504e-01 -2.83478e-04
+16 1.289589e-02 -1.57873e+00 1.720565e-04
+17 1.473004e-02 -1.99281e+00 -2.12416e-04
+18 1.673004e-02 -1.71180e+00 2.371423e-04
+19 1.873004e-02 -7.76939e-01 -1.40951e-04
+20 2.073004e-02 4.546858e-01 3.879668e-04
+21 2.273004e-02 1.512636e+00 8.002246e-01
+22 2.473004e-02 1.992811e+00 1.267384e+00
+23 2.673004e-02 1.711800e+00 9.931050e-01
+24 2.873004e-02 7.769394e-01 1.149414e-01
+25 3.073004e-02 -4.54686e-01 -4.87070e-04
+26 3.273004e-02 -1.51264e+00 3.686913e-04
+27 3.473004e-02 -1.99281e+00 -4.11946e-04
+28 3.673004e-02 -1.71180e+00 4.366365e-04
+29 3.873004e-02 -7.76939e-01 -3.40404e-04
+30 4.073004e-02 4.546858e-01 5.870517e-04
+31 4.273004e-02 1.512636e+00 8.002191e-01
+32 4.473004e-02 1.992811e+00 1.267384e+00
+33 4.673004e-02 1.711800e+00 9.931011e-01
+34 4.873004e-02 7.769394e-01 1.149778e-01
+35 5.073004e-02 -4.54686e-01 -6.86324e-04
+36 5.273004e-02 -1.51264e+00 5.679003e-04
+37 5.473004e-02 -1.99281e+00 -6.11118e-04
+38 5.673004e-02 -1.71180e+00 6.357735e-04
+39 5.873004e-02 -7.76939e-01 -5.39499e-04
+40 6.073004e-02 4.546858e-01 7.857825e-04
+41 6.273004e-02 1.512636e+00 8.002136e-01
+42 6.473004e-02 1.992811e+00 1.267384e+00
+43 6.673004e-02 1.711800e+00 9.930972e-01
+44 6.873004e-02 7.769394e-01 1.150142e-01
+45 7.073004e-02 -4.54686e-01 -8.85221e-04
+46 7.273004e-02 -1.51264e+00 7.667528e-04
+47 7.473004e-02 -1.99281e+00 -8.09934e-04
+48 7.673004e-02 -1.71180e+00 8.345542e-04
+49 7.873004e-02 -7.76939e-01 -7.38238e-04
+50 8.073004e-02 4.546858e-01 9.841597e-04
+51 8.273004e-02 1.512636e+00 8.002081e-01
+52 8.473004e-02 1.992811e+00 1.267384e+00
+53 8.673004e-02 1.711800e+00 9.930934e-01
+54 8.873004e-02 7.769394e-01 1.150506e-01
+
+Index time in out
+--------------------------------------------------------------------------------
+55 9.073004e-02 -4.54686e-01 -1.08376e-03
+56 9.273004e-02 -1.51264e+00 9.652493e-04
+57 9.473004e-02 -1.99281e+00 -1.00839e-03
+58 9.673004e-02 -1.71180e+00 1.032979e-03
+59 9.873004e-02 -7.76939e-01 -9.36622e-04
+60 1.000000e-01 -2.44929e-15 1.109217e-03