.OpenModelica.Scripting.getBooleanClassAnnotation

Information

Returns the value of the class annotation annotationName of class className. If there is no such annotation, or if it is not true or false, this function fails.

Interface

function getBooleanClassAnnotation
  input TypeName className;
  input TypeName annotationName;
  output Boolean value;
end getBooleanClassAnnotation;

Revisions

RevisionAuthorComment
16311sjoelund.seAdded to omc

Generated at 2024-03-27T19:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos