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