Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2710
Time EpwFile::timeStep() const {
2711
OS_ASSERT((60 % m_recordsPerHour) == 0);
2712
return {0, 0, 60 / m_recordsPerHour};
2713
}
2714
2715
int EpwFile::recordsPerHour() const {
2716
return m_recordsPerHour;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64