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

Method setColumnSeparator

src/model/ScheduleFile.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 bool ScheduleFile_Impl::setColumnSeparator(const std::string& columnSeparator) {
175 bool result = setString(OS_Schedule_FileFields::ColumnSeparator, columnSeparator);
176 return result;
177 }
178
179 void ScheduleFile_Impl::resetColumnSeparator() {
180 bool result = setString(OS_Schedule_FileFields::ColumnSeparator, "");

Callers 5

TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateScheduleFileMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36