1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Signal/Selector"
6 Name="A"
7 PortWidth="5"
8 OutputIndex="1,3,4"
9 />
10 </OBJECTS>
11
12 <INTERCONNECTIONS>
13 <Connection
14 A.In="20,12,34,765,2"
15 />
16 </INTERCONNECTIONS>
17
18 <INITIALIZATION>
19 <InitialCondition
20 />
21 </INITIALIZATION>
22
23 <SIMULATION>
24 <Timing TStart="0" TEnd="2.0"/>
25 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
26 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
27 </Integrator>
28
29 </SIMULATION>
30
31<OBSERVERS>
32 <FileOutput TOutput="0, 1, 30" Select="objects:all"/>
33 </OBSERVERS>
34</Contents>