getLookupTable
Get AUTOSAR mapping information for Simulink base workspace lookup table or breakpoint object
For run-time calibration of AUTOSAR parameters and lookup tables, R2019a introduced
graphical mapping of model workspace parameters to AUTOSAR component parameters by using the
Code Mappings editor. If you currently model AUTOSAR lookup tables by using AUTOSAR
base-workspace parameters with the mapping functions getLookupTable
and
mapLookupTable
, consider switching to using Simulink® model-workspace parameters with either the Code Mappings editor
Parameters tab or the mapping functions getParameter
and mapParameter
. For more information, see Map Model Workspace Parameters to AUTOSAR Component Parameters and Configure Lookup Tables for AUTOSAR Calibration and Measurement.
Description
[
returns the values of the AUTOSAR parameter access mode
arParameterAccessMode
,arPortName
,arParameterData
] = getLookupTable(slMap
,slParam
)arParameterAccessMode
, AUTOSAR parameter receiver port
arPortName
, and AUTOSAR parameter data item
arParameterData
mapped to Simulink lookup table slParam
.
Use this function only for lookup tables described by Simulink lookup table and breakpoint data objects in the base workspace.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016b