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

Method setNumericType

src/model/ScheduleTypeLimits.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 bool ScheduleTypeLimits_Impl::setNumericType(const std::string& numericType) {
103 bool result = false;
104 result = setString(OS_ScheduleTypeLimitsFields::NumericType, numericType);
105 return result;
106 }
107
108 void ScheduleTypeLimits_Impl::resetNumericType() {
109 bool result = setString(OS_ScheduleTypeLimitsFields::NumericType, "");

Callers 9

translateScheduleDayMethod · 0.80
addExampleSchedulesFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64