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

Method weatherFile

src/model/Site.cpp:304–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 boost::optional<WeatherFile> Site_Impl::weatherFile() const {
305 return this->model().getOptionalUniqueModelObject<WeatherFile>();
306 }
307
308 boost::optional<SiteGroundReflectance> Site_Impl::siteGroundReflectance() const {
309 return this->model().getOptionalUniqueModelObject<SiteGroundReflectance>();

Callers 5

childrenMethod · 0.95
assumedYearMethod · 0.45
TEST_FFunction · 0.45

Calls 1

modelMethod · 0.45

Tested by 1

TEST_FFunction · 0.36