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

Method units

src/model/ScheduleTypeLimits.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 boost::optional<Unit> ScheduleTypeLimits_Impl::units(bool returnIP) const {
77 return ScheduleTypeLimits::units(unitType(), returnIP);
78 }
79
80 bool ScheduleTypeLimits_Impl::setLowerLimitValue(double lowerLimitValue) {
81 bool result = false;

Callers 1

TEST_FFunction · 0.45

Calls 15

createSIPowerFunction · 0.85
createSIPeopleFunction · 0.85
createIPAngleFunction · 0.85
createCelsiusTemperatureFunction · 0.85
createIPPowerFunction · 0.85
createIPLengthFunction · 0.85
createSILengthFunction · 0.85
createIPPressureFunction · 0.85
createSIPressureFunction · 0.85
createCFMFrequencyFunction · 0.85

Tested by 1

TEST_FFunction · 0.36