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

Method intervalLength

src/model/ScheduleFixedInterval.cpp:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 int ScheduleFixedInterval_Impl::intervalLength() const {
211 boost::optional<int> value = getInt(OS_Schedule_FixedIntervalFields::IntervalLength, true);
212 if (value) {
213 return value.get();
214 }
215 return 0;
216 }
217
218 double ScheduleFixedInterval_Impl::outOfRangeValue() const {
219 boost::optional<double> value = getDouble(OS_Schedule_FixedIntervalFields::OutOfRangeValue, true);

Callers 4

timeSeriesMethod · 0.95
fromTimeSeriesMethod · 0.45
setTimeSeriesMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36