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

Method setTimeSeries

src/utilities/sql/SqlFileTimeSeriesQuery.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void SqlFileTimeSeriesQuery::setTimeSeries(const TimeSeriesIdentifier& tsId) {
117 m_timeSeries = tsId;
118 m_vetted = false;
119}
120
121void SqlFileTimeSeriesQuery::setKeyValues(const KeyValueIdentifier& kvId) {
122 m_keyValues = kvId;

Callers 1

expandTimeSeriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected