First time here? Check out the Help page!
1 | initial version |
I think you could do this three different ways within EnergyPlus: EPMacro, Parametric:SetValueForRun, and using the Energy Management System. None are as simple as you might want but Parametric:SetValueForRun might be the easiest and can be used for a single simulation, not just a group. First set the value using:
Parametric:SetValueForRun,
$Zone1HeatStPt,
18;
Then where the two schedules occur use:
=$Zone1HeatStPt
and
=$Zone1HeatStPt + 3
In the place where the values should be in the two schedules for the heat set points.