Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ createSIPower
Function
createSIPower
src/utilities/units/SIUnit.cpp:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
SIUnit createSIPower() {
151
return SIUnit(SIExpnt(1, 2, -3), 0,
"W"
);
152
}
153
154
SIUnit createSIElectricCharge() {
155
return SIUnit(SIExpnt(0, 0, 1, 0, 1), 0,
"C"
);
Callers
4
units
Method · 0.85
SetUpTestSuite
Method · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
3
SetUpTestSuite
Method · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68