1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Signal/Demux"
6 Name="A"
7 NumOutput="3"
8 OutPortWidth1="1"
9 OutPortWidth2="1"
10 OutPortWidth3="1"
11 />
12 <Lib
13 LibName="base"
14 SimObject="Body/Mass"
15 Name="M"
16 Scale="1"
17 Mass="1"
18 Material="Simple/Red"
19 />
20
21 </OBJECTS>
22
23 <INTERCONNECTIONS>
24 <Connection
25 A.In="M.Pos"
26 M.Force="1,0,0"
27 />
28 </INTERCONNECTIONS>
29
30 <INITIALIZATION>
31 <InitialCondition
32 M.Pos="0,10,100"
33 M.Vel="0,0,0"
34 />
35 </INITIALIZATION>
36
37 <SIMULATION>
38 <Timing TStart="0" TEnd="6.0"/>
39 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
40 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
41 </Integrator>
42
43 </SIMULATION>
44
45<OBSERVERS>
46 <FileOutput TOutput="0, 5, 30" Select="objects:all"/>
47 </OBSERVERS>
48</Contents>