writeLookupTableData
Update portion of tuned lookup table
Description
When tuning lookup table blocks with systune
, use this
function to update only a portion of the table data in the Simulink® model. This function is useful when retuning a single point or a portion
of the lookup table. To update the entire lookup table, use writeBlockValue
.
writeLookupTableData(
writes tuned gain values from an st
,blockid
,breakpoints
)slTuner
interface to a portion
of a lookup table in the associated Simulink model. Each row of breakpoints
identifies an
entry in the lookup table to update. blockid
must identify a
single block in the TunedBlocks
property of the
slTuner
interface.
Examples
Input Arguments
Tips
If you use
writeBlockValue
to update other retuned blocks in your model, exclude the lookup tableblockid
from the list of blocks to update with that function.
Version History
Introduced in R2017b