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 <SIMULATION>
45 <Timing TStart="0" TEnd="3.0"/>
46 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
47 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
48 </Integrator>
49
50 </SIMULATION>
51
52<OBSERVERS>
53 <FileOutput TOutput="0, 2, 30" Select="objects:all"/>
54 </OBSERVERS>
55</Contents>