Marine systems simulation
SimObj-Saturation_in.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/Saturation"
6 Name="A"
7 PortWidth="1"
8 Max="2"
9 Min="0"
10 />
11 <Lib
12 LibName="base"
13 SimObject="Src/Sine"
14 Name="S"
15 Amplitude="3"
16 Bias="0"
17 StartTime="0"
18 PeriodS="4"
19 PhaseDeg="0"
20 />
21 </OBJECTS>
22
23 <INTERCONNECTIONS>
24 <Connection
25 A.In="S.Out"
26 />
27 </INTERCONNECTIONS>
28
29 <INITIALIZATION>
30 <InitialCondition
31 />
32 </INITIALIZATION>
33
34 <INTEGRATION>
35 <Engine
36 IntegratorMethod="2"
37 NumCores="1"
38 TOutput="0, 0:1:5, 30"
39 LogStates ="1"
40 stepsize ="0"
41 HMax="0.002"
42 HMin="0.00000001"
43 AbsTol="1e-3" RelTol="1e-3"
44 UseRSSNormInsteadOfInfNorm="0"
45 FileOutput="objects:all"
46 />
47 </INTEGRATION>
48</Contents>