1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/Mathfunction"
6 Name="Exp"
7 MathType="exp"
8 />
9
10 <Lib
11 LibName="base"
12 SimObject="Math/Mathfunction"
13 Name="Log"
14 MathType="log"
15 />
16 <Lib
17 LibName="base"
18 SimObject="Math/Mathfunction"
19 Name="Log10"
20 MathType="log10"
21 />
22 <Lib
23 LibName="base"
24 SimObject="Math/Mathfunction"
25 Name="Sqrt"
26 MathType="sqrt"
27 />
28 <Lib
29 LibName="base"
30 SimObject="Math/Mathfunction"
31 Name="Pow"
32 MathType="pow"
33 />
34 <Lib
35 LibName="base"
36 SimObject="Math/Mathfunction"
37 Name="Root"
38 MathType="root"
39 />
40
41 </OBJECTS>
42
43 <INTERCONNECTIONS>
44 <Connection
45 Exp.In="1"
46 Log.In="2.718281828459045"
47 Log10.In="1000"
48 Sqrt.In="49"
49 Pow.In1="3"
50 Pow.In2="2"
51 Root.In1="8"
52 Root.In2="3"
53 />
54 </INTERCONNECTIONS>
55
56 <INITIALIZATION>
57 <InitialCondition
58 />
59 </INITIALIZATION>
60
61 <SIMULATION>
62 <Timing TStart="0" TEnd="2.0"/>
63 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
64 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
65 </Integrator>
66
67 </SIMULATION>
68
69<OBSERVERS>
70 <FileOutput TOutput="0, 1, 30" Select="objects:all"/>
71 </OBSERVERS>
72</Contents>