functiongetAnnotationNamedModifiers

Returns the names of the modifiers in the given annotation.

Information

Example:

  model M
    annotation(experiment(StartTime = 1.0, StopTime = 2.0));
  end M;

  getAnnotationNamedModifiers(M, "experiment") => {"StartTime", "StopTime"}

Inputs

TypeNameDefaultDescription
TypeNameclassName
StringannotationName

Outputs

TypeNameDefaultDescription
StringmodifierNames