.OpenModelica.Scripting.getModelInstanceAnnotation

Information

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 2024-07-26T18:16:02Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos