1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Src/Random"
6 Name="RandCons"
7 RandomType="ConstRandom"
8 RandomMin="-10"
9 RandomMax="3"
10 />
11 <Lib
12 LibName="base"
13 SimObject="Src/Random"
14 Name="RandVar"
15 RandomType="VariableRandom"
16 RandomMin="0"
17 RandomMax="7"
18 />
19 </OBJECTS>
20
21 <INTERCONNECTIONS>
22 <Connection
23 />
24 </INTERCONNECTIONS>
25
26 <INITIALIZATION>
27 <InitialCondition
28 />
29 </INITIALIZATION>
30
31 <INTEGRATION>
32 <Engine
33 IntegratorMethod="2"
34 NumCores="1"
35 TOutput="0, 0,1,2,3, 31"
36 LogStates ="1"
37 stepsize ="0"
38 HMax="0.002"
39 HMin="0.00000001"
40 AbsTol="1e-3" RelTol="1e-3"
41 UseRSSNormInsteadOfInfNorm="0"
42 FileOutput="objects:all"
43 />
44 </INTEGRATION>
45</Contents>