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 <SIMULATION>
35 <Timing TStart="0" TEnd="6.0"/>
36 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
37 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
38 </Integrator>
39
40 </SIMULATION>
41
42<OBSERVERS>
43 <FileOutput TOutput="0, 0:1:5, 30" Select="objects:all"/>
44 </OBSERVERS>
45</Contents>