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

Method setTimeSeries

src/model/ScheduleInterval.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 bool ScheduleInterval::setTimeSeries(const openstudio::TimeSeries& timeSeries) {
93 return getImpl<detail::ScheduleInterval_Impl>()->setTimeSeries(timeSeries);
94 }
95
96 // constructor
97 ScheduleInterval::ScheduleInterval(IddObjectType type, const Model& model) : Schedule(type, model) {

Callers 1

fromTimeSeriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected