PinComponentBehavior
Note: There is a newer version of this specification see VEC 2.2.0
A PinComponentBehavior specifies the electrical behavior of a PinComponent. Since the behavior of a pin is configuration dependent (e.g. the software deployed on an ECU) the PinComponentBehavior inherits from ConfigurableElement. Therefore a PinComponent can specify multiple PinComponentBehavior.
General Information
| Attribute | Value |
|---|---|
| Owner | electrical_parts |
| Applied Stereotype | |
| Base Classifier | ConfigurableElement |
| Is Abstract | false |
| Derived Classifiers |
Attributes
| Name | Type | Mult. | Description | Owning Classifier |
|---|---|---|---|---|
| signalDirection | SignalDirection | 0..1 | The direction of the signal on this pin. | PinComponentBehavior |
| pinType | PinType | 0..1 | Specifies the PinType of the PinComponent. | PinComponentBehavior |
| applianceType | PinApplianceType | 0..1 | Specifies the PinApplianceType of the PinComponent. | PinComponentBehavior |
| description | AbstractLocalizedString | 0..* | Specifies additional, human readable information about the PinComponentBehaviour. | PinComponentBehavior |
Outgoing Relations
| Type | Role | Mult. | Mult. | Description |
|---|---|---|---|---|
| Signal | signal | 0..1 | 0..* | Specifies the Signal associated with the pin in this behavior. |
| PinCurrentInformation | currentInformation | 0..* | 1 | Specifies the current information of the PinComponent in this PinComponentBehavior. Since the current values of a pin can be defined for different types and times it is possible to define multiple PinCurrentInformations for a PinComponentBehavior. |
| PinOpticalInformation | opticalInformation | 0..* | 1 | Specifies the optical information of the pin, if it has the type optical. |
| PinVoltageInformation | voltageInformation | 0..* | 1 | Specifies the voltage information of the PinComponent in this PinComponentBehavior. Since the voltage values of a pin can be defined for different types and times it is possible to define multiple PinVoltageInformations for a PinComponentBehavior. |
Incoming Relations
| Type | Mult. | Role | Mult. | Description |
|---|---|---|---|---|
| PinComponent | 1 | behaviour | 0..* | Specifies the configuration dependent electrical behavior of the PinComponent. |