1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Signal/Mux"
6 Name="A"
7 NumInput="3"
8 InPortWidth1="1"
9 InPortWidth2="1"
10 InPortWidth3="1"
11 />
12 <Lib
13 LibName="base"
14 SimObject="Src/Sine"
15 Name="S1"
16 Amplitude="1"
17 Bias="0"
18 StartTime="0"
19 PeriodS="4"
20 PhaseDeg="0"
21 />
22 <Lib
23 LibName="base"
24 SimObject="Src/Sine"
25 Name="S2"
26 Amplitude="2"
27 Bias="0"
28 StartTime="0"
29 PeriodS="4"
30 PhaseDeg="0"
31 />
32 <Lib
33 LibName="base"
34 SimObject="Src/Sine"
35 Name="S3"
36 Amplitude="3"
37 Bias="0"
38 StartTime="0"
39 PeriodS="4"
40 PhaseDeg="0"
41 />
42
43 </OBJECTS>
44
45 <INTERCONNECTIONS>
46 <Connection
47 A.In1="S1.Out"
48 A.In2="S2.Out"
49 A.In3="S3.Out"
50 />
51 </INTERCONNECTIONS>
52
53 <INITIALIZATION>
54 <InitialCondition
55 />
56 </INITIALIZATION>
57
58 <INTEGRATION>
59 <Engine
60 IntegratorMethod="2"
61 NumCores="1"
62 TOutput="0, 0,1,2,3,4, 5, 30"
63 LogStates ="1"
64 stepsize ="0"
65 HMax="0.002"
66 HMin="0.00000001"
67 AbsTol="1e-3" RelTol="1e-3"
68 UseRSSNormInsteadOfInfNorm="0"
69 FileOutput="objects:all"
70 />
71 </INTEGRATION>
72</Contents>