functiongetComponentModifierValue
Returns the binding equation of a component.
Information
Returns the modifier value (only the binding excluding submodifiers) of a component.
Example:
model A
B b1(a1(p1=5,p2=4));
end A;
getComponentModifierValue(A,b1.a1.p1) => 5
getComponentModifierValue(A,b1.a1.p2) => 4
See also getComponentModifierValues().
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | class_ | ||
| TypeName | modifier |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | value |