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

Method setMaximumOutput

src/model/TableLookup.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 bool TableLookup_Impl::setMaximumOutput(double maximumOutput) {
190 bool result = setDouble(OS_Table_LookupFields::MaximumOutput, maximumOutput);
191 return result;
192 }
193
194 void TableLookup_Impl::resetMaximumOutput() {
195 bool result = setString(OS_Table_LookupFields::MaximumOutput, "");

Callers 9

translateHtRcvryMethod · 0.80
translateCrvMapDblVarMethod · 0.80
translateCrvMapSglVarMethod · 0.80
makeTableFunction · 0.80
TEST_FFunction · 0.80
translateTableLookupMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64