Get evaluated value of property from component
[value] = getEvaluatedPropertyValue(compObj,qualifiedPropName)
[value] = getEvaluatedPropertyValue(compObj,qualifiedPropName) obtains the evaluated value of a property specified on the component.
value
compObj
qualifiedPropName
collapse all
systemcomposer.arch.BaseComponent
Component from which to obtain the property value, specified as a systemcomposer.arch.BaseComponent object.
Qualified propery name, specified as a string or character array.
Value of the property.
getValue | setValue
getValue
setValue