.ExternData.Interfaces.partialGetString

Interface

partial function partialGetString
  extends Modelica.Icons.Function;
  input String varName "Key";
  output String str "String value";
  output Boolean exist "= true, if varName exits; = false, if it does not exist and str is set to a an empty string";
end partialGetString;

Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos