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

Method unitConversionforTabularData

src/model/OutputSQLite.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 std::string OutputSQLite_Impl::unitConversionforTabularData() const {
54 boost::optional<std::string> value = getString(OS_Output_SQLiteFields::UnitConversionforTabularData, true);
55 OS_ASSERT(value);
56 return value.get();
57 }
58
59 bool OutputSQLite_Impl::setOptionType(const std::string& optionType) {
60 bool result = setString(OS_Output_SQLiteFields::OptionType, optionType);

Callers 3

TEST_FFunction · 0.80
translateOutputSQLiteMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64