writeBlockValue
Update block values in Simulink model
Description
writeBlockValue(
writes tuned
parameter values from the st
)slTuner
interface,
st
, to the Simulink® model that st
describes. Use this command, for
example, to validate parameters of a control system that you tuned using
systune
or looptune
.
writeBlockValue
skips blocks that cannot represent their
tuned value in a straightforward and lossless manner. For example, suppose you tune
an user defined Subsystem or S-Function block. writeBlockValue
will skip this block because there is no clear way to map the tuned value to a
Subsystem or S-Function block. Similarly, if you parameterize a Gain block as a
second-order transfer function, writeBlockValue
will skip this
block, unless the transfer function value is a static gain.
Examples
Input Arguments
Version History
Introduced in R2014a