st = slTuner('scdcascade',{'C1','C2'})
You can modify the list of tuned blocks using addBlock and removeBlock.
To interact with the tuned blocks use:
- getBlockParam, getBlockValue, and getTunedValue to access the tuned block
parameterizations and their current values. - setBlockParam, setBlockValue, and setTunedValue to modify the tuned block
parameterizations and their values. - writeBlockValue to update the blocks in a Simulink model with the current values
of the tuned block parameterizations.
See Also
addBlock | addOpening | addPoint | slTuner
Introduced in R2014a
removeBlock