1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Src/Sine"
6 Name="A"
7 PeriodS="6.28318530718"
8 PhaseRad ="0"
9 />
10 </OBJECTS>
11
12 <INTERCONNECTIONS>
13 <Connection
14 />
15 </INTERCONNECTIONS>
16
17 <INITIALIZATION>
18 <InitialCondition
19 />
20 </INITIALIZATION>
21
22 <SIMULATION>
23 <Timing TStart="0" TEnd="11.0"/>
24 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
25 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
26 </Integrator>
27
28 </SIMULATION>
29
30<OBSERVERS>
31 <FileOutput TOutput="0, 0:0.5:10, 30" Select="objects:all"/>
32 </OBSERVERS>
33</Contents>