diff options
Diffstat (limited to 'src/main/Simulator/PlotGraph.mos')
-rw-r--r-- | src/main/Simulator/PlotGraph.mos | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/Simulator/PlotGraph.mos b/src/main/Simulator/PlotGraph.mos new file mode 100644 index 0000000..ba72a47 --- /dev/null +++ b/src/main/Simulator/PlotGraph.mos @@ -0,0 +1,5 @@ +loadModel(Modelica); +loadFile("Simulator/package.mo"); +loadFile("BinaryEnvelopes.mo"); +loadFile("Graph.mo"); +simulate(Graph, outputFormat="csv", stopTime=1.0, numberOfIntervals=1); |