From 0a95491eb9366c618c5d5eefeec9476e17e57d12 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Mon, 12 Aug 2019 09:25:10 +0200 Subject: [PATCH] Update predefined-plots.md Batter -> Battery (twice) --- RationaleMCP/0033/predefined-plots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RationaleMCP/0033/predefined-plots.md b/RationaleMCP/0033/predefined-plots.md index 12b52c32b..ffef2cdc9 100644 --- a/RationaleMCP/0033/predefined-plots.md +++ b/RationaleMCP/0033/predefined-plots.md @@ -9,7 +9,7 @@ annotation( PlotSet( plots = { Plot(title = "Battery Voltage", identifier = "Voltage", preferred = true, subPlots = {SubPlot(curves = {Curve(x = time, y = battery.p.v, legend = "Battery voltage")}, labels = Labels(y = "Voltage [V]"))}), - Plot(title = "Battery Limit Controller", identifier = "Limit", caption = "...", subPlots = {SubPlot(title = "Batter Limits", curves = {Curve(x = time, y = battery.LimitController.threshold, legend = "Threshold for terminating simulation"), Curve(x = time, y = battery.LimitController.u, legend = "Limit controller input signal"), Curve(x = time, y = battery.LimitController.y, legend = "Limit controller output signal")})}), + Plot(title = "Battery Limit Controller", identifier = "Limit", caption = "...", subPlots = {SubPlot(title = "Battery Limits", curves = {Curve(x = time, y = battery.LimitController.threshold, legend = "Threshold for terminating simulation"), Curve(x = time, y = battery.LimitController.u, legend = "Limit controller input signal"), Curve(x = time, y = battery.LimitController.y, legend = "Limit controller output signal")})}), Plot(title = "Load Current", identifier = "Load", subPlots = {SubPlot(curves = {Curve(x = time, y = load.i, legend = "Load current")})}) } ) @@ -30,7 +30,7 @@ Plot( identifier = "Limit", subPlots = { SubPlot( - title = "Batter Limits", + title = "Battery Limits", curves = { Curve(x = time, y = battery.LimitController.threshold, legend = "Threshold for terminating simulation"), Curve(x = time, y = battery.LimitController.u, legend = "Limit controller input signal"),