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