| 56 | } |
| 57 | |
| 58 | std::string PythonPluginOutputVariable_Impl::typeofDatainVariable() const { |
| 59 | boost::optional<std::string> value = getString(OS_PythonPlugin_OutputVariableFields::TypeofDatainVariable, true); |
| 60 | OS_ASSERT(value); |
| 61 | return value.get(); |
| 62 | } |
| 63 | |
| 64 | std::string PythonPluginOutputVariable_Impl::updateFrequency() const { |
| 65 | boost::optional<std::string> value = getString(OS_PythonPlugin_OutputVariableFields::UpdateFrequency, true); |