MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setActivityLevelSchedule

Method setActivityLevelSchedule

src/model/People.cpp:302–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302 bool People_Impl::setActivityLevelSchedule(Schedule& schedule) {
303 return setSchedule(OS_PeopleFields::ActivityLevelScheduleName, "People", "Activity Level", schedule);
304 }
305
306 void People_Impl::resetActivityLevelSchedule() {
307 bool result = setString(OS_PeopleFields::ActivityLevelScheduleName, "");

Callers 6

hardApplySchedulesMethod · 0.95
translateLoadsMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
translatePeopleMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64