.OpenModelica.Scripting.getAnnotationNamedModifiers

Information

Returns the Modifiers name in the vendor annotation example annotation(__OpenModelica_simulationFlags(solver="dassl")) calling sequence should be getAnnotationNamedModifiers(className,"__OpenModelica_simulationFlags") which returns {solver}.

Interface

function getAnnotationNamedModifiers
  input TypeName name;
  input String vendorannotation;
  output String[:] modifiernamelist;
end getAnnotationNamedModifiers;

Generated at 2025-02-19T19:24:53Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos