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

Method setSolarDistribution

src/model/SimulationControl.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 }
445
446 bool SimulationControl_Impl::setSolarDistribution(const std::string& solarDistribution) {
447 bool result = setString(OS_SimulationControlFields::SolarDistribution, solarDistribution);
448 return result;
449 }
450
451 void SimulationControl_Impl::resetSolarDistribution() {
452 bool result = setString(OS_SimulationControlFields::SolarDistribution, "");

Callers 5

translateSDDMethod · 0.80
modelToRadPreProcessFunction · 0.80
TEST_FFunction · 0.80
translateBuildingMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64