Output Variable Definition[LINK]
In order to define output variables in your simulation, you must place the following statement in your input file:
Output:VariableDictionary,IDF;
Then you can cut and paste from the rdd file directly into your idf file. You must first run your simulation to create the rdd file. Output variables found in the rdd file are specific to the simulation and are based on the objects used in your input file.
Output:Variable,*,System Node Temp,hourly; !- HVAC Average [C]
To get only information for a single node, change to: Output:Variable,“The Name of the Node”,System Node Temp,hourly; !- HVAC Average [C].
Where “The Name of the Node” is the specific node name for one or more nodes.
Output Variable Definition[LINK]
In order to define output variables in your simulation, you must place the following statement in your input file:
Then you can cut and paste from the rdd file directly into your idf file. You must first run your simulation to create the rdd file. Output variables found in the rdd file are specific to the simulation and are based on the objects used in your input file.
To get only information for a single node, change to: Output:Variable,“The Name of the Node”,System Node Temp,hourly; !- HVAC Average [C].
Where “The Name of the Node” is the specific node name for one or more nodes.
Documentation content copyright © 1996-2016 The Board of Trustees of the University of Illinois and the Regents of the University of California through the Ernest Orlando Lawrence Berkeley National Laboratory. All rights reserved. EnergyPlus is a trademark of the US Department of Energy.
This documentation is made available under the EnergyPlus Open Source License v1.0.