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

Method externalFile

src/model/ScheduleFile.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 ExternalFile ScheduleFile_Impl::externalFile() const {
69 auto value = getObject<ModelObject>().getModelObjectTarget<ExternalFile>(OS_Schedule_FileFields::ExternalFileName);
70 OS_ASSERT(value);
71 return value.get();
72 }
73
74 int ScheduleFile_Impl::columnNumber() const {
75 boost::optional<int> value = getInt(OS_Schedule_FileFields::ColumnNumber, true);

Callers 5

csvFileMethod · 0.95
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36