1

Export BCVTB to excel

Hi, is there any way to export BCVTB graph into excel data where each value is reflected upon each timestep? Something like Energyplus variables. Thanks!

MPCbro123's avatar
61
MPCbro123
asked 2020-04-28 02:17:20 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Instead of exporting the graph as excel, I suggest using the FileWriter actor to write your values in a file. Best will be to use a VectorAssembler actor to create a new output which contains the CurrentTimeand your values. You will then feed the output of that actor to the input of FileWriteractor (double click on the actor to specify the name and location of the output file). BTW, you can search actor by name in the BCVTB package browser.

Thierry Nouidui's avatar
1.5k
Thierry Nouidui
answered 2020-04-28 03:15:26 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments