Simulink Control Design™ - MathWorks

(Tuis.) #1
blk — Block
character vector | string | cell array of character vectors | string array

Block in the list of tuned blocks for st, specified as a character vector or string. You can
specify the full block path or any portion of the block path that uniquely identifies the
block among the other tuned blocks of st.
Example: blk = 'scdcascade/C1', blk = "C1"

When reverting to the default block parameterization using setBlockParam(st,blk),
you can specify blk as a cell array of character vectors or string array to revert multiple
blocks.
Example: {'C1','C2'}

tunable_mdl — Block parameterization
control design block | generalized state-space model | generalized matrix | tunable gain
surface

Block parameterization, specified as one of the following:


  • Control Design Block (Control System Toolbox)

  • Generalized state-space (genss) model

  • Generalized matrix (genmat)

  • Tunable gain surface, modeled by tunableSurface


Definitions


Tuned Blocks


Tuned blocks, used by the slTuner interface, identify blocks in a Simulink model whose
parameters are to be tuned to satisfy tuning goals. You can tune most Simulink blocks
that represent linear elements such as gains, transfer functions, or state-space models.
(For the complete list of blocks that support tuning, see “How Tuned Simulink Blocks Are
Parameterized” on page 10-36). You can also tune more complex blocks such as
SubSystem or S-Function blocks by specifying an equivalent tunable linear model
(Control System Toolbox).

Use tuning commands such as systune to tune the parameters of tuned blocks.

15 Alphabetical List

Free download pdf