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

Method clothingInsulationCalculationMethod

src/model/People.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 std::string People_Impl::clothingInsulationCalculationMethod() const {
325 boost::optional<std::string> value = getString(OS_PeopleFields::ClothingInsulationCalculationMethod, true);
326 OS_ASSERT(value);
327 return value.get();
328 }
329
330 boost::optional<Schedule> People_Impl::clothingInsulationCalculationMethodSchedule() const {
331 return getObject<ModelObject>().getModelObjectTarget<Schedule>(OS_PeopleFields::ClothingInsulationCalculationMethodScheduleName);

Callers 3

TEST_FFunction · 0.80
translatePeopleMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64