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

Method numericType

src/model/ScheduleTypeLimits.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 boost::optional<std::string> ScheduleTypeLimits_Impl::numericType() const {
63 return getString(OS_ScheduleTypeLimitsFields::NumericType, true, true);
64 }
65
66 std::string ScheduleTypeLimits_Impl::unitType() const {
67 boost::optional<std::string> value = getString(OS_ScheduleTypeLimitsFields::UnitType, true);

Callers 11

isCompatibleFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 7

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64