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

Method runPeriods

src/model/SimulationControl.cpp:496–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 }
495
496 std::vector<RunPeriod> SimulationControl_Impl::runPeriods() const {
497 return model().getConcreteModelObjects<RunPeriod>();
498 }
499
500 boost::optional<ShadowCalculation> SimulationControl_Impl::shadowCalculation() const {
501 return model().getOptionalUniqueModelObject<ShadowCalculation>();

Calls

no outgoing calls

Tested by

no test coverage detected