1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/Logic"
6 Name="A"
7 Type="OR"
8 />
9
10 <Lib
11 LibName="base"
12 SimObject="Math/Logic"
13 Name="B"
14 Type="AND"
15 />
16
17 <Lib
18 LibName="base"
19 SimObject="Math/Logic"
20 Name="C"
21 Type="XOR"
22 />
23 </OBJECTS>
24
25 <INTERCONNECTIONS>
26 <Connection
27 A.In1="0"
28 A.In2="1"
29 B.In1="1"
30 B.In2="1"
31 C.In1="1"
32 C.In2="1"
33 />
34 </INTERCONNECTIONS>
35
36 <INITIALIZATION>
37 <InitialCondition
38 />
39 </INITIALIZATION>
40
41 <SIMULATION>
42 <Timing TStart="0" TEnd="2.0"/>
43 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
44 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
45 </Integrator>
46
47 </SIMULATION>
48
49<OBSERVERS>
50 <FileOutput TOutput="0, 1, 30" Select="objects:all"/>
51 </OBSERVERS>
52</Contents>