autosar.arch.ParameterComponent
Description
An autosar.arch.ParameterComponent
object describes an AUTOSAR
parameter software component in AUTOSAR Blockset.
Creation
Create an autosar.arch.ParameterComponent
object by using the addComponent
function to add a parameter component to an AUTOSAR architecture model object.
parameterComponent = addComponent(archModel,"ParameterSWC",... Kind="ParameterComponent")
autosar.arch.ParameterComponent
objects do not appear in the modeling canvas. Use the programmatic interface to interact with
these objects. When you generate code, the autosar.arch.ParameterComponent
descriptions are in the generated ARXML files.Properties
Object Functions
Examples
Limitations
AUTOSAR architecture models can have only one parameter software component.
AUTOSAR parameter software components must exist at the top level of an architecture modeling hierarchy.
Parameter software component ports must have the same name as mapped parameter receiver ports that exist in at least one of the component models in an architecture model. When these port names match, descriptions of their connectors are included in exported ARXML files. For more information, see Configure AUTOSAR Port Parameters for Communication with Parameter Software Component.
Version History
Introduced in R2025a
See Also
Objects
Functions
addComponent
|addComposition
|addPort
|destroy
|find
Topics
- Configure AUTOSAR Port Parameters for Communication with Parameter Software Component
- Configure AUTOSAR Parameters
- Model AUTOSAR Calibration Parameters and Lookup Tables
- Configure AUTOSAR Shared or Per-Instance Parameters
- Configure Parameters and Signals for AUTOSAR Calibration and Measurement
- Port Parameters
- Parameter Interfaces
- Parameter Receiver Ports
- Shared and Per-Instance Parameters