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

Method unitConversion

src/model/OutputControlTableStyle.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 std::string OutputControlTableStyle_Impl::unitConversion() const {
52 boost::optional<std::string> value = getString(OS_OutputControl_Table_StyleFields::UnitConversion, true);
53 OS_ASSERT(value);
54 return value.get();
55 }
56
57 bool OutputControlTableStyle_Impl::setColumnSeparator(const std::string& columnSeparator) {
58 bool result = setString(OS_OutputControl_Table_StyleFields::ColumnSeparator, columnSeparator);

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64