Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ connectionOpen
Method
connectionOpen
src/utilities/sql/SqlFile.cpp:45–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
bool SqlFile::connectionOpen() const {
46
bool result = false;
47
if (m_impl) {
48
result = m_impl->connectionOpen();
49
}
50
return result;
51
}
52
53
openstudio::path SqlFile::path() const {
54
openstudio::path result;
Callers
15
totalSiteEnergy
Method · 0.45
netSiteEnergy
Method · 0.45
totalSourceEnergy
Method · 0.45
netSourceEnergy
Method · 0.45
annualTotalCost
Method · 0.45
annualTotalCostPerBldgArea
Method · 0.45
annualTotalCostPerNetConditionedBldgArea
Method · 0.45
annualTotalUtilityCost
Method · 0.45
economicsEnergyCost
Method · 0.45
getElecOrGasUse
Method · 0.45
getElecOrGasCost
Method · 0.45
electricityHeating
Method · 0.45
Calls
no outgoing calls
Tested by
6
SetUp
Method · 0.36
TEST_F
Function · 0.36
test_with_drybulb_temp
Method · 0.36
test_without_drybulb_temp
Method · 0.36
test_with_drybulb_temp
Method · 0.36
test_without_drybulb_temp
Method · 0.36