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

Method timeStep

src/utilities/filetypes/EpwFile.cpp:2710–2713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2708}
2709
2710Time EpwFile::timeStep() const {
2711 OS_ASSERT((60 % m_recordsPerHour) == 0);
2712 return {0, 0, 60 / m_recordsPerHour};
2713}
2714
2715int EpwFile::recordsPerHour() const {
2716 return m_recordsPerHour;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64