functiongetAnnotationModifierValue
Returns the value for a modifier in the given annotation.
Information
Example:
model M
annotation(experiment(StartTime = 1.0, StopTime = 2.0));
end M;
getAnnotationModifierValue(M, "experiment", "StopTime") => 2.0
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | className | ||
| String | annotationName | ||
| String | modifierName |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | modifierValue |