2

Output Variable error

Hello all, I Try to edit and simulate the command line interface, workflow example. I want to get the "zone air temperature, hourly" output variable as results in excel file, Hence I added to my workflow two measures -"add an output variable", reporting measure- "ExportVariableToCsv".

I get the error "Output: Variable,, Zone Air Temperature, hourly; is not in sqlFile. Please add an AddOutputVariable reporting measure with this variable and run again."

the variable name is depicted in the e+ rdd file. I try other output variables and get the same error. The add output variable is considered as reporting measure, while when running the ruby script generate_workflow file. false statement is obtained and the add output variable is considered as openstudio measure. appreciate your help regarding the right way to extract CSV file for a specific output variable

Thanks

Eyal zilber's avatar
111
Eyal zilber
asked 2019-03-11 04:12:20 -0500
mdahlhausen's avatar
9.5k
mdahlhausen
updated 2019-03-11 17:59:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

The variable name should be: Zone Air Temperature not Output: Variable,, Zone Air Temperature, hourly;

There is a separate input argument in both the AddOutputVariable and ExportVariableToCSV measures to specify the reporting frequency.

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2019-03-11 17:29:44 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments