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

Method availableEnvPeriods

src/utilities/sql/SqlFile.cpp:2090–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2088}
2089
2090std::vector<std::string> SqlFile::availableEnvPeriods() const {
2091 std::vector<std::string> result;
2092 if (m_impl) {
2093 result = m_impl->availableEnvPeriods();
2094 }
2095 return result;
2096}
2097
2098std::vector<std::string> SqlFile::availableKeyValues(const std::string& envPeriod, const std::string& reportingFrequency,
2099 const std::string& timeSeriesName) {

Callers 11

translateModelMethod · 0.45
TEST_FFunction · 0.45
regressionTestSqlFileFunction · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
regressionTestSqlFileFunction · 0.36