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

Method shadingControlType

src/model/ShadingControl.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 std::string ShadingControl_Impl::shadingControlType() const {
147 boost::optional<std::string> result = getString(OS_ShadingControlFields::ShadingControlType, true);
148 OS_ASSERT(result);
149 return result.get();
150 }
151
152 bool ShadingControl_Impl::isShadingControlTypeDefaulted() const {
153 return isEmpty(OS_ShadingControlFields::ShadingControlType);

Callers 15

setpointMethod · 0.95
setpoint2Method · 0.95
setScheduleMethod · 0.95
resetScheduleMethod · 0.95
setSetpointMethod · 0.95
resetSetpointMethod · 0.95
setSetpoint2Method · 0.95
resetSetpoint2Method · 0.95

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36