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