Get program of zone in LBT

Hello dear @chris
I want to do getEPSchedules similar to the previous version, but when I do this it just shows the programs of the last component and does not show the programs entered before. where is the problem from ?

I have attached a sample file.

Best regards
-Mohammad

creating_programs.gh (42.4 KB)

Hey @Mohammad.hakim.a ,

To get the individual schedules within a program object, you need to not just deconstruct the program but also deconstruct the individual load objects like so:


creating_programs.gh (67.5 KB)

Then, you can deconstruct the schedule into individual lists values for each day.

@chris Thanks for your response

It was simple and I knew it. In the last step, I want to see all the final room programs similar to the previous version …

Option base_programs should be used to consider previous schedules.

Thanks
Mohammad