Add output specification to operating point specification
adds
an output specification for a Simulink® model to an existing operating
point specification or array of operating point specifications. The
output specification is added for the signal that originates from
the specified output newOpspec
= addoutputspec(opspec
,block
,port
)port
of a Simulink block
.
To find the width of the specified port, the addoutputspec
command
recompiles the model.
You can interactively add output specifications when trimming your model using the Steady State Manager. For more information, see Compute Operating Points from Specifications Using Steady State Manager.
You can add output specifications directly in your Simulink model. To do so, right-click the signal to which you want to add the specification, and select Linear Analysis Points > Trim Output Constraint.