autosar.arch.ParameterPort
Description
An autosar.arch.ParameterPort
object describes an AUTOSAR
parameter software component port in an AUTOSAR Blockset architecture model.
Creation
Create an autosar.arch.ParameterPort
object by using the addPort
function
to add a port to an AUTOSAR parameter software component, represented by an autosar.arch.ParameterComponent
object.
parameterPort = addPort(parameterComponent,"ParameterSender",... "ParameterPort")
autosar.arch.ParameterPort
objects do
not appear in the modeling canvas. Use the programmatic interface to interact with these
objects. When you generate code, autosar.arch.ParameterPort
descriptions are
in the generated ARXML files.Properties
Object Functions
destroy | Remove and delete AUTOSAR architecture element |
Examples
Limitations
AUTOSAR architecture models can only have 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
Topics
- Model AUTOSAR Calibration Parameters and Lookup Tables
- Configure AUTOSAR Parameters
- Configure AUTOSAR Port Parameters for Communication with Parameter Software Component
- 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