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

Method setOptionType

src/model/OutputJSON.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 bool OutputJSON_Impl::setOptionType(const std::string& optionType) {
65 bool result = setString(OS_Output_JSONFields::OptionType, optionType);
66 return result;
67 }
68
69 bool OutputJSON_Impl::setOutputJSON(bool outputJSON) {
70 return setBooleanFieldValue(OS_Output_JSONFields::OutputJSON, outputJSON);

Callers 9

modelOutputRequestsMethod · 0.45
modelOutputRequestsMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateOutputSQLiteMethod · 0.45
translateOutputJSONMethod · 0.45
TEST_FFunction · 0.45
modelOutputRequestsMethod · 0.45
modelOutputRequestsMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36