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

Method setIntervalLength

src/model/ScheduleFixedInterval.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269
270 bool ScheduleFixedInterval_Impl::setIntervalLength(int intervalLength, bool driverMethod) {
271 const bool result = setDouble(OS_Schedule_FixedIntervalFields::IntervalLength, intervalLength, driverMethod);
272 return result;
273 }
274
275 bool ScheduleFixedInterval_Impl::setOutOfRangeValue(double outOfRangeValue, bool driverMethod) {
276 const bool result = setDouble(OS_Schedule_FixedIntervalFields::OutOfRangeValue, outOfRangeValue, driverMethod);

Callers 1

setTimeSeriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected