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