Skip to content

Commit

Permalink
Removed redundant zeros
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyad-pnnl committed Nov 26, 2022
1 parent d7e52b3 commit 110e5cc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ simulateModel("Buildings.Examples.BoilerPlant.ClosedLoopTest", startTime=518400,
removePlots(false);

createPlot(id=1, position={0, 0, 997, 856}, y={"conPID.u_m", "conPID.u_s"}, range={515000.0, 695000.0, 288.0, 296.0}, grid=true, colors={{28,108,200}, {238,46,47}});
createPlot(id=1, position={0, 0, 997, 282}, y={"boiPlaCon.plaReq"}, range={515000.0, 695000.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}});
createPlot(id=1, position={0, 0, 997, 282}, y={"boiPlaCon.yPla"}, range={515000.0, 695000.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}});
createPlot(id=1, position={0, 0, 997, 282}, y={"boiPlaCon.plaReq"}, range={515000.0, 695000.0, -0.2, 1.2}, grid=true, subPlot=2, colors={{28,108,200}});
createPlot(id=1, position={0, 0, 997, 282}, y={"boiPlaCon.yPla"}, range={515000.0, 695000.0, -0.2, 1.2}, grid=true, subPlot=3, colors={{28,108,200}});

createPlot(id=2, position={0, 0, 1500, 978}, y={"boiPlaCon.yPla"}, range={510000.0, 700000.0, -1.0, 2.0}, grid=true, colors={{28,108,200}});
createPlot(id=2, position={0, 0, 1500, 136}, y={"boiPlaCon.TPlaHotWatSupSet", "boiPla.ySupTem"}, range={510000.0, 700000.0, 250.0, 350.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}});
Expand All @@ -16,5 +16,5 @@ createPlot(id=2, position={0, 0, 1500, 135}, y={"boiPlaCon.yBoi[2]"}, range={510
createPlot(id=3, position={0, 0, 1500, 939}, y={"boiPlaCon.yPriPum[1]"}, range={510000.0, 700000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}});
createPlot(id=3, position={0, 0, 1500, 184}, y={"boiPlaCon.dpHotWatPri_rem[1]", "boiPlaCon.maxLocDpPri"}, range={510000.0, 700000.0, -50000.0, 150000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}});
createPlot(id=3, position={0, 0, 1500, 183}, y={"boiPlaCon.yPriPumSpe"}, range={510000.0, 700000.0, 0.0, 1.5}, grid=true, subPlot=3, colors={{28,108,200}});
createPlot(id=3, position={0, 0, 1500, 184}, y={"boiPlaCon.VHotWatPri_flow", "boiPlaCon.minBoiFloSet.VHotWatMinSet_flow"}, range={510000.0, 700000.0, -0.05, 0.10000000000000002}, grid=true, subPlot=4, colors={{28,108,200}, {238,46,47}});
createPlot(id=3, position={0, 0, 1500, 184}, y={"boiPlaCon.VHotWatPri_flow", "boiPlaCon.minBoiFloSet.VHotWatMinSet_flow"}, range={510000.0, 700000.0, -0.05, 0.1}, grid=true, subPlot=4, colors={{28,108,200}, {238,46,47}});
createPlot(id=3, position={0, 0, 1500, 184}, y={"boiPlaCon.yBypValPos"}, range={510000.0, 700000.0, -0.5, 1.5}, grid=true, subPlot=5, colors={{28,108,200}});

0 comments on commit 110e5cc

Please sign in to comment.