1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/Product"
6 Name="A"
7 ProdType="Elementwise"
8 PortWidth="3"
9
10 />
11 <Lib
12 LibName="base"
13 SimObject="Math/Product"
14 Name="B"
15 ProdType="Cross"
16 PortWidth="3"
17 />
18 <Lib
19 LibName="base"
20 SimObject="Math/Product"
21 Name="C"
22 ProdType="Dot"
23 PortWidth="3"
24
25 />
26 </OBJECTS>
27
28 <INTERCONNECTIONS>
29 <Connection
30 A.In1="10,20,30"
31 A.In2="30,20,10"
32 B.In1="1,0,0"
33 B.In2="0,1,0"
34 C.In1="1,2,3"
35 C.In2="2,3,4"
36 />
37 </INTERCONNECTIONS>
38
39 <INITIALIZATION>
40 <InitialCondition
41 />
42 </INITIALIZATION>
43
44 <INTEGRATION>
45 <Engine
46 IntegratorMethod="2"
47 NumCores="1"
48 TOutput="0, 2, 30"
49 LogStates ="1"
50 stepsize ="0"
51 HMax="0.002"
52 HMin="0.00000001"
53 AbsTol="1e-3" RelTol="1e-3"
54 UseRSSNormInsteadOfInfNorm="0"
55 FileOutput="objects:all"
56 />
57 </INTEGRATION>
58</Contents>