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

Method elevation

src/utilities/filetypes/EpwFile.cpp:2706–2708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2704}
2705
2706double EpwFile::elevation() const {
2707 return m_elevation;
2708}
2709
2710Time EpwFile::timeStep() const {
2711 OS_ASSERT((60 % m_recordsPerHour) == 0);

Callers 2

toIdfObjectFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36