1<Contents>
    2  <OBJECTS>
    3    <Lib
    4        LibName="base"
    5        SimObject="Math/Mathfunction"
    6        Name="Exp"
    7        MathType="exp"
    8    />
    9 
   10    <Lib
   11         LibName="base"
   12         SimObject="Math/Mathfunction"
   13         Name="Log"
   14         MathType="log"
   15    />
   16    <Lib
   17          LibName="base"
   18          SimObject="Math/Mathfunction"
   19          Name="Log10"
   20          MathType="log10"
   21    />
   22    <Lib
   23        LibName="base"
   24        SimObject="Math/Mathfunction"
   25        Name="Sqrt"
   26        MathType="sqrt"
   27    />
   28    <Lib
   29        LibName="base"
   30        SimObject="Math/Mathfunction"
   31        Name="Pow"
   32        MathType="pow"
   33    />
   34    <Lib
   35        LibName="base"
   36        SimObject="Math/Mathfunction"
   37        Name="Root"
   38        MathType="root"
   39    />
   40  
   41  </OBJECTS>
   42  
   43  <INTERCONNECTIONS>
   44        <Connection
   45        Exp.In="1"
   46        Log.In="2.718281828459045"
   47        Log10.In="1000"
   48        Sqrt.In="49"
   49        Pow.In1="3"
   50        Pow.In2="2"
   51        Root.In1="8"
   52        Root.In2="3"
   53    />
   54  </INTERCONNECTIONS>
   55 
   56  <INITIALIZATION>
   57    <InitialCondition
   58    />
   59  </INITIALIZATION>
   60 
   61  <INTEGRATION>
   62    <Engine
   63    IntegratorMethod="2"
   64    NumCores="1"
   65    TOutput="0, 1, 30"
   66    LogStates ="1"  
   67    stepsize ="0"
   68    HMax="0.002"
   69    HMin="0.00000001"
   70    AbsTol="1e-3" RelTol="1e-3"
   71    UseRSSNormInsteadOfInfNorm="0"
   72    FileOutput="objects:all"
   73    />
   74  </INTEGRATION>
   75</Contents>