.OpenModelica.Scripting.stringTypeName

Information

stringTypeName is used to make it simpler to create some functionality when scripting. The basic use-case is calling functions like simulate when you do not know the name of the class a priori simulate(stringTypeName(readFile("someFile"))).

Interface

function stringTypeName
  input String str;
  output TypeName cl;
end stringTypeName;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos