1

OpenStudio: Export Schedules as CSV?

Hi,

Is there a way to export/look at the various schedules that are in a model into a CSV format? For instance, I want to benchmark hourly profiles that vary by month for a few equipment types within a model I'm reviewing. The easiest thing for me would be to manipulate these schedules in Excel.

dburdjal's avatar
131
dburdjal
asked 2020-03-24 23:17:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

It sounds like the ExportScheduleCSV measure does what you want. Its description states "This script exports a CSV file containing values for each schedule in the model at a specified interval.".

Another option is to use the Add Output Variable measure and enter "Schedule Value" as the variable name. Leaving the key name as "*" will provide outputs for all schedules in the model.

shorowit's avatar
11.8k
shorowit
answered 2020-03-24 23:55:56 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments