.OpenModelica.Scripting.stringTypeName

Constructs a TypeName from a string.

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 2025-05-10T18:20:09Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos