.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-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos