PinComponentBehavior
Note: There is a newer version of this specification see VEC 2.1.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 |
---|---|---|---|---|
identification | String | 1 | Identification of the PinComponentBehavior which identifies it from a user perspective and which must be distinct for all PinComponentBehaviors of a PinComponent. |
PinComponentBehavior |
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 | Classifies the appliance of a Pin in terms of the duration of the appliance (see PinApplianceType). | PinComponentBehavior |
description | AbstractLocalizedString | 0..* | Specifies additional, human readable information about the PinComponentBehaviour. |
PinComponentBehavior |
Outgoing Relations
Type | Role | Mult. | Mult. | Description |
---|---|---|---|---|
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. |
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. |
Signal | signal | 0..1 | 0..* | Specifies the Signal associated with the pin in this behavior. |
Incoming Relations
Type | Mult. | Role | Mult. | Description |
---|---|---|---|---|
PinComponent | 1 | behaviour | 0..* | Specifies the configuration dependent electrical behavior of the PinComponent. |