.OpenModelica.Scripting.getModelInstanceAnnotation

Dumps the annotation of a model using the same JSON format as getModelInstance, optionally filtering out only certain parts.

Interface

function getModelInstanceAnnotation
  input TypeName className;
  input String[:] filter = fill("", 0);
  input Boolean prettyPrint = false;
  output String result;
end getModelInstanceAnnotation;

Generated at 2025-03-30T18:24:30Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos