Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

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.