.OpenModelica.Scripting.getModelInstance

Dumps a model instance as a JSON string.

Interface

function getModelInstance
  input TypeName className;
  input TypeName context = $Code(__NoContext);
  input String modifier = "";
  input Boolean prettyPrint = false;
  output String result;
end getModelInstance;

Generated at 2026-07-05T18:59:05Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos