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

Method dataSource

src/model/WeatherFile.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 std::string WeatherFile_Impl::dataSource() const {
83 boost::optional<std::string> value = getString(OS_WeatherFileFields::DataSource, true);
84 OS_ASSERT(value);
85 return value.get();
86 }
87
88 std::string WeatherFile_Impl::wMONumber() const {
89 boost::optional<std::string> value = getString(OS_WeatherFileFields::WMONumber, true);

Callers 2

test_fileMethod · 0.45
setWeatherFileMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

test_fileMethod · 0.36