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

Method setEnvironmentType

src/model/PipeIndoor.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 bool PipeIndoor_Impl::setEnvironmentType(const std::string& environmentType) {
129 bool result = setString(OS_Pipe_IndoorFields::EnvironmentType, environmentType);
130 return result;
131 }
132
133 bool PipeIndoor_Impl::setAmbientTemperatureZone(const boost::optional<ThermalZone>& thermalZone) {
134 bool result(false);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64