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