6

*.rvx file - obtaining results from eplustbl.csv

Hi! I'm making simulations using jeplus. I'm trying to obtain results from the "eplustbl.csv" file. My *.rvx file is this:image description

At the moment, in the end of the simulation, I'm obtaining 3 *.csv files("Custo Total.csv", "Unmet Cooling.csv" and "Unmet Heating.csv). Is there a way I can obtain these 3 results in one single *.csv file but in diferent columns? Thank you

Wilson's avatar
543
Wilson
asked 2016-05-30 14:20:19 -0500
Jamie Bull's avatar
5.1k
Jamie Bull
updated 2016-06-01 04:27:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

6

Unfortunately each "csv" object (for extracting from eplustbl.csv) will generate a separate output table. However, since you have set "usedInCalc" to true, the contents of these tables will be aggregated into the "AllCombinedResults.csv", along with the parameter values of each case and so on. If you really need them to be in the same table but cannot use AllCombinedResults.csv, using a "sql" object with some clever SQL query commands may be an option.

Yi Zhang's avatar
1.2k
Yi Zhang
answered 2016-06-01 04:36:30 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for your answer Yi Zhang!

Wilson's avatar Wilson (2016-06-01 10:34:57 -0500) edit
add a comment see more comments