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

Method setLightingSchedule

src/model/DefaultScheduleSet.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 bool DefaultScheduleSet_Impl::setLightingSchedule(Schedule& schedule) {
154 bool result = setSchedule(OS_DefaultScheduleSetFields::LightingScheduleName, "DefaultScheduleSet", "Lighting", schedule);
155 return result;
156 }
157
158 void DefaultScheduleSet_Impl::resetLightingSchedule() {
159 bool result = setString(OS_DefaultScheduleSetFields::LightingScheduleName, "");

Callers 6

mergeMethod · 0.95
addExampleSchedulesFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36