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

Method setMinimumOutput

src/model/TableLookup.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 bool TableLookup_Impl::setMinimumOutput(double minimumOutput) {
180 bool result = setDouble(OS_Table_LookupFields::MinimumOutput, minimumOutput);
181 return result;
182 }
183
184 void TableLookup_Impl::resetMinimumOutput() {
185 bool result = setString(OS_Table_LookupFields::MinimumOutput, "");

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