Marine systems simulation
SimObj-Sum_in.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/Sum"
6 Name="A"
7 PortWidth="5"
8 NumInput="2"
9 />
10 </OBJECTS>
11
12 <INTERCONNECTIONS>
13 <Connection
14 A.In1="1,2,3,4,5"
15 A.In2="5,4,3,2,1"
16 />
17 </INTERCONNECTIONS>
18
19 <INITIALIZATION>
20 <InitialCondition
21 />
22 </INITIALIZATION>
23
24 <INTEGRATION>
25 <Engine
26 IntegratorMethod="2"
27 NumCores="1"
28 TOutput="0, 1, 30"
29 LogStates ="1"
30 stepsize ="0"
31 HMax="0.002"
32 HMin="0.00000001"
33 AbsTol="1e-3" RelTol="1e-3"
34 UseRSSNormInsteadOfInfNorm="0"
35 FileOutput="objects:all"
36 />
37 </INTEGRATION>
38</Contents>