First time here? Check out the Help page!
1 | initial version |
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
.