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

Method setUnitConversionforTabularData

src/model/OutputSQLite.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 bool OutputSQLite_Impl::setUnitConversionforTabularData(const std::string& unitConversionforTabularData) {
65 bool result = setString(OS_Output_SQLiteFields::UnitConversionforTabularData, unitConversionforTabularData);
66 return result;
67 }
68
69 } // namespace detail
70

Callers 3

TEST_FFunction · 0.80
translateOutputSQLiteMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64