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