You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The [Modia3D Tutorial](https://modiasim.github.io/Modia3D.jl/stable/tutorial/Get
11
11
The basic type of the floating point variables is usually *Float64*, but can be set to any type *FloatType <: AbstractFloat* via\
12
12
*@instantiateModel(..., FloatType = xxx)*, for example it can be set to *Float32, DoubleFloat, Measurement{Float64}, StaticParticles{Float64,100}*.
13
13
14
-
After a simulation, an instantiated model is treated as a *signal table* and therefore all functions from package [SignalTables.jl](https://github.com/ModiaSim/SignalTables.jl) can be used on it. In particular, the simulation results together with all parameter and start values can be stored on file in *JSON*format with *writeSignalTable(filename, instantiatedModel)*or in *HDF5* format via [JDL](https://github.com/JuliaIO/JLD.jl), see for example the result of a simple test model - [firstOrder.json](https://modiasim.github.io/Modia.jl/resources/fileio/firstOrder.json).
14
+
After a simulation, an instantiated model is treated as a *signal table* and therefore all functions from package [SignalTables.jl](https://github.com/ModiaSim/SignalTables.jl) can be used on it. In particular, the simulation results together with all parameter and start values can be stored on file in *JSON* or in *HDF5* format.
0 commit comments