FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
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 <SIMULATION>
25 <Timing TStart="0" TEnd="2.0"/>
26 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
27 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
28 </Integrator>
29
30 </SIMULATION>
31
32<OBSERVERS>
33 <FileOutput TOutput="0, 1, 30" Select="objects:all"/>
34 </OBSERVERS>
35</Contents>