Modify value of Control Design Block in Generalized Model
M = setBlockValue(M0,blockname,val)
M = setBlockValue(M0,blockvalues)
M = setBlockValue(M0,Mref)
modifies the current or nominal value of the Control Design Block
M
= setBlockValue(M0
,blockname
,val
)blockname
in the Generalized Model
M0
to the value specified by val
.
modifies the value of several Control Design Blocks at once. The structure
M
= setBlockValue(M0
,blockvalues
)blockvalues
specifies the blocks and replacement values. Blocks
of M0
not listed in blockvalues
are
unchanged.
takes replacement values from Control Design blocks in the Generalized Model
M
= setBlockValue(M0
,Mref
)Mref
. This syntax modifies the Control Design Blocks in
M0
to match the current values of all corresponding blocks in
Mref
.
Use this syntax to propagate block values, such as tuned parameter values, from one parametric model to other models that depend on the same parameters.
|
Generalized
Model containing the blocks whose current or nominal value is
modified to |
|
Name of the Control
Design Block in the model To get a list of the Control Design Blocks in |
|
Replacement value for the current or nominal value of the Control Design
Block, For example, you can set the value of a tunable PID block ( |
|
Structure specifying Control Design Blocks of |
|
Generalized Model that shares some Control Design Blocks with
|
|
Generalized
Model obtained from |
genss
| getBlockValue
| getValue
| looptune
| showBlockValue
| systune
| hinfstruct
(Robust Control Toolbox)