1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/Integrator"
6 Name="A"
7 />
8
9 <Lib
10 LibName="base"
11 SimObject="Src/Clock"
12 Name="S"
13 />
14 </OBJECTS>
15
16 <INTERCONNECTIONS>
17 <Connection
18 A.In="S.SimTime"
19 />
20 </INTERCONNECTIONS>
21
22 <INITIALIZATION>
23 <InitialCondition
24 />
25 </INITIALIZATION>
26
27 <SIMULATION>
28 <Timing TStart="0" TEnd="30"/>
29 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
30 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
31 </Integrator>
32
33 </SIMULATION>
34
35<OBSERVERS>
36 <FileOutput TOutput="0, 0:1:5, 30" Select="object.A:port.Out"/>
37 </OBSERVERS>
38</Contents>