.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-01-10T19:26:02Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos