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

Method lightingSchedule

src/model/DefaultScheduleSet.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 boost::optional<Schedule> DefaultScheduleSet_Impl::lightingSchedule() const {
95 return getObject<ModelObject>().getModelObjectTarget<Schedule>(OS_DefaultScheduleSetFields::LightingScheduleName);
96 }
97
98 boost::optional<Schedule> DefaultScheduleSet_Impl::electricEquipmentSchedule() const {
99 return getObject<ModelObject>().getModelObjectTarget<Schedule>(OS_DefaultScheduleSetFields::ElectricEquipmentScheduleName);

Callers 3

mergeMethod · 0.95
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36