First time here? Check our help page!
3

output "day of week"

Is there a way to report as an output variable the "day of week?" In my IDF the "Day of Week for Start Day" is a Thursday and I want to debug operation scheduling during specific days. For example, how can I quickly assess what day corresponds to 05/30? FYI: I tried formatting the cells in excel Home>date (custom date format) but that approach does not do the trick.

Alex Vlachokostas's avatar
928
Alex Vlachokostas
asked 2018-01-02 14:35:33 -0500, updated 2018-01-02 15:13:07 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

The Site:Location object has an output variable called "Site Day Type Index". Output values are integers that align with specific day types that can have unique schedule profiles.

  • 1 = Sunday
  • 2 = Monday
  • ...
  • 7 = Saturday
  • 8 = Holiday
  • 9 = SummerDesignDay
  • 10 = WinterDesignDay
  • 11 = CustomDay1
  • 12 = CustomDay2
Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2018-01-02 14:53:24 -0500
edit flag offensive 0 remove flag delete link

Comments

Perfect! Thank you very much @Aaron Boranian

Alex Vlachokostas's avatar Alex Vlachokostas (2018-01-02 15:14:31 -0500) edit

Output:Variable,*,Site Day Type Index,hourly;

Alex Vlachokostas's avatar Alex Vlachokostas (2019-02-02 17:49:47 -0500) edit
add a comment see more comments