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!
First time here? Check out the Help page!
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!
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 CurrentTime
and your values. You will then feed the output of that actor to the input of FileWriter
actor (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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-04-28 02:17:20 -0600
Seen: 135 times
Last updated: Apr 28 '20