summaryrefslogtreecommitdiff
path: root/src/main/Simulator/PlotGraph.mos
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Simulator/PlotGraph.mos')
-rw-r--r--src/main/Simulator/PlotGraph.mos5
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);