Class: rtw.codegenObjectives.Objective
Package: rtw.codegenObjectives
Remove inherited parameters
removeInheritedParam(
obj
, paramName
)
removeInheritedParam(
removes
an inherited parameter from this objective. Use this method when you
create a new objective from an existing objective. obj
, paramName
)
When the user selects multiple objectives, if another objective includes the parameter, the Code Generation Advisor reviews the parameter value using Check model configuration settings against code generation objectives.
| Handle to a code generation objective object previously created. |
| Parameter that you want to remove from the objective. |
Remove DefaultParameterBehavior
from the
objective.
removeInheritedParam(obj, 'DefaultParameterBehavior');