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

Revision history [back]

click to hide/show revision 1
initial version

Look up in the .rdd file which you will find under the run subfolder of your project folder. This file holds all the available output variables of your model.

In order to enable a variable you should write similar code:

Output:Variable,
  ,                                       !- Key Value
  Zone Mixing Volume;                     !- Variable Name

You cab read about how to do that in the Input Output Reference.