.OpenModelica.Scripting.getModelInstanceAnnotation

Dumps the annotation of a model using the same JSON format as getModelInstance.

Information

Returns the whole annotation if the filter is empty, otherwise only the parts matching the filter.

Interface

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

Generated at 2025-04-24T18:20:02Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos