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

Method electricEquipmentSchedule

src/model/DefaultScheduleSet.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 boost::optional<Schedule> DefaultScheduleSet_Impl::electricEquipmentSchedule() const {
99 return getObject<ModelObject>().getModelObjectTarget<Schedule>(OS_DefaultScheduleSetFields::ElectricEquipmentScheduleName);
100 }
101
102 boost::optional<Schedule> DefaultScheduleSet_Impl::gasEquipmentSchedule() const {
103 return getObject<ModelObject>().getModelObjectTarget<Schedule>(OS_DefaultScheduleSetFields::GasEquipmentScheduleName);

Callers 2

mergeMethod · 0.95
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64