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

AttributeValue
Ownerelectrical_parts
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
signalDirectionSignalDirection0..1

The direction of the signal on this pin.

PinComponentBehavior
pinTypePinType0..1

Specifies the PinType of the PinComponent.

PinComponentBehavior
applianceTypePinApplianceType0..1

Specifies the PinApplianceType of the PinComponent.

PinComponentBehavior
descriptionAbstractLocalizedString0..*

Specifies additional, human readable information about the PinComponentBehaviour.

PinComponentBehavior

Outgoing Relations

TypeRoleMult.Mult.Description
Signalsignal0..10..*

Specifies the Signal associated with the pin in this behavior.

PinCurrentInformationcurrentInformation0..*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.

PinVoltageInformationvoltageInformation0..*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.

PinOpticalInformationopticalInformation0..*1

Specifies the optical information of the pin, if it has the type optical.

Incoming Relations

TypeMult.RoleMult.Description
PinComponent1behaviour0..*

Specifies the configuration dependent electrical behavior of the PinComponent.

Previous