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 <INTEGRATION>
38 <Engine
39 IntegratorMethod="2"
40 NumCores="1"
41 TOutput="0, 5, 30"
42 LogStates ="1"
43 stepsize ="0"
44 HMax="0.002"
45 HMin="0.00000001"
46 AbsTol="1e-3" RelTol="1e-3"
47 UseRSSNormInsteadOfInfNorm="0"
48 FileOutput="objects:all"
49 />
50 </INTEGRATION>
51</Contents>