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

Method fromDesignConditionsString

src/utilities/filetypes/EpwFile.cpp:567–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567boost::optional<EpwDesignCondition> EpwDesignCondition::fromDesignConditionsString(const std::string& line) {
568 std::vector<std::string> strings = splitString(line, ',');
569 return fromDesignConditionsStrings(strings);
570}
571
572ASHRAEHoFVintage EpwDesignCondition::ashraeHoFVersion() const {
573 return m_ashraeHoFVersion;

Callers

nothing calls this directly

Calls 1

splitStringFunction · 0.85

Tested by

no test coverage detected