Skip to content

Commit

Permalink
Put assignment of the plot command on one line (for unit testing).
Browse files Browse the repository at this point in the history
  • Loading branch information
jelgerjansen committed Sep 27, 2024
1 parent 6fae995 commit f0519e1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
simulateModel("IDEAS.Buildings.Components.Examples.AirflowBoxModel", stopTime=3e+06, method="Dassl", tolerance=1e-06, resultFile="AirflowOptions");

createPlot(id=1, position={0, 0, 629, 701},
y={"Energy_Only.BoxModel.airModel.ACH",
"Energy_n50Corr.BoxModel.airModel.ACH",
"IAQ_1port.BoxModel.airModel.ACH",
"IAQ_1port_trickle.BoxModel.airModel.ACH",
"IAQ_2Port.BoxModel.airModel.ACH"},
y={"Energy_Only.BoxModel.airModel.ACH", "Energy_n50Corr.BoxModel.airModel.ACH", "IAQ_1port.BoxModel.airModel.ACH", "IAQ_1port_trickle.BoxModel.airModel.ACH", "IAQ_2Port.BoxModel.airModel.ACH"},
range={0.0, 1250000.0, 0.0, 0.12},
grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}},
timeUnit="s",
Expand Down

0 comments on commit f0519e1

Please sign in to comment.