refresh
Resynchronize slLinearizer
or slTuner
interface
with current model state
Syntax
Description
refresh(
resynchronizes
the s
)slLinearizer
or slTuner
interface, s
,
with the current state of the model. The interface recompiles the
model for the next call to functions that either return transfer functions
(such as getIOTransfer
and getLoopTransfer
)
or functions that tune model parameters (such as systune
or looptune
).
This model recompilation ensures that the interface uses the current
model state when computing linearizations. Block parameterizations
and values for tuned blocks are preserved. Use setBlockParam
to sync blocks with the
model.
Use this command after you make changes to the model that impact linearization. Changes that impact linearization include modifying parameter values and reconfiguring blocks and signals.
Examples
Input Arguments
Version History
Introduced in R2013b
See Also
slLinearizer
| slTuner
| systune
| looptune
| getIOTransfer
| getLoopTransfer
| getSensitivity
| getCompSensitivity