Lookup Table Blocks
hisl_0033: Usage of Lookup Table blocks
ID: Title | hisl_0033: Usage of Lookup Table blocks | |
---|---|---|
Description | To support robustness of generated code, when using the 1-D Lookup Table, 2-D Lookup Table, n-D Lookup Table, Prelookup, and Interpolation Using Prelookup blocks: | |
A | Clear block parameter Remove protection against out-of-range input in generated code in each 1-D Lookup Table, 2-D Lookup Table, n-D Lookup Table, or Prelookup block. | |
B | Clear block parameter Remove protection against out-of-range index in generated code in each Interpolation Using Prelookup block. | |
Note | If the lookup table inputs are not guaranteed to fall within the range of valid breakpoint values, exclusion of range-checking code may produce unexpected results. | |
Rationale | A,B | Protect against out-of-range inputs or indices. |
Model Advisor Checks | Check usage of lookup table blocks (Simulink Check) | |
References |
| |
See Also | ||
Last Changed | R2021a |
hisl_0072: Usage of tunable parameters for referenced models
ID: Title | hisl_0072: Usage of tunable parameters for referenced models | ||
---|---|---|---|
Description | Use the
| ||
Notes | Simulink® ignores the storage class settings of parameters that are configured by using the Model Parameter Configuration dialog box for referenced models. This guideline is applicable only when configuration
parameter Default parameter behavior is set to
| ||
Rationale | Prevent unintended loss of parameter tunability. | ||
Model Advisor Checks | Check for parameter tunability information ignored for referenced models | ||
References |
| ||
See Also | Create Tunable Calibration Parameter in the Generated Code (Simulink Coder) | ||
Last Changed | R2021b |