2

Creating Schedule:File format CSV from other schedule formats

Does anyone know of a tool for reading in schedules in the various Schedule object types and writing them out to a CSV file that can be referenced in a Schedule:File object?

Jamie Bull's avatar
5.1k
Jamie Bull
asked 2015-06-06 02:39:48 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-07-11 17:47:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

In the end end I wrote a Python module to do this. I'll see if I can extract the relevant parts from the package once the project is over and put it up on GitHub.

Jamie Bull's avatar Jamie Bull (2015-08-12 04:13:02 -0500) edit
add a comment see more comments

1 Answer

4

You could use report variables to request the schedule values during E+ simulation, then get the output reports in CSV format. You could copy and paste the columns you want into a new Schedule:File formatted CSV. Would that work?

macumber's avatar
12k
macumber
answered 2015-06-06 10:13:06 -0500
edit flag offensive 0 remove flag delete link

Comments

It may well do. I'll give that a try.

Jamie Bull's avatar Jamie Bull (2015-06-06 14:16:45 -0500) edit
add a comment see more comments