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
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | className | ||
| String | annotationName |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | modifierNames |