MCPcopy 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
150SIUnit createSIPower() {
151 return SIUnit(SIExpnt(1, 2, -3), 0, "W");
152}
153
154SIUnit createSIElectricCharge() {
155 return SIUnit(SIExpnt(0, 0, 1, 0, 1), 0, "C");

Callers 4

unitsMethod · 0.85
SetUpTestSuiteMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 3

SetUpTestSuiteMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68