Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

setPeopleActivityLevelSchedule expects a schedule with units in watts, while setNumberofPeopleSchedule takes a fractional schedule. Each of the methods returns a bool, so you could do something like test = sch_set.setNumberofPeopleSchedule and see if test is true. You can also call if sch_set.numberofPeopleSchedule.is_initialized.