| 98 | } |
| 99 | |
| 100 | bool PythonPluginOutputVariable_Impl::setUpdateFrequency(const std::string& updateFrequency) { |
| 101 | bool result = setString(OS_PythonPlugin_OutputVariableFields::UpdateFrequency, updateFrequency); |
| 102 | return result; |
| 103 | } |
| 104 | |
| 105 | bool PythonPluginOutputVariable_Impl::setUnits(const std::string& units) { |
| 106 | bool result = setString(OS_PythonPlugin_OutputVariableFields::Units, units); |
no outgoing calls