Main Content
getParameter
Get AUTOSAR mapping information for Simulink model workspace parameter
Description
returns the type of AUTOSAR parameter mapped to Simulink® model workspace parameter arValue
= getParameter(slMap
,slParameter
)slParameter
. AUTOSAR
parameter types include SharedParameter
,
PerInstanceParameter
, ConstantMemory
, and
PortParameter
.
returns the value of property arValue
= getParameter(slMap
,slParameter
,arProperty
)arProperty
for the AUTOSAR
parameter to which model workspace parameter slParameter
is
mapped.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b
See Also
autosar.api.getSimulinkMapping
| mapParameter
Topics
- Map Model Workspace Parameters to AUTOSAR Component Parameters
- Map Submodel Parameters to AUTOSAR Component Parameters
- Configure AUTOSAR Constant Memory
- Configure AUTOSAR Shared or Per-Instance Parameters
- Configure AUTOSAR Port Parameters for Communication with Parameter Component
- AUTOSAR Component Configuration