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
identificationString1

Identification of the PinComponentBehavior which identifies it from a user perspective, and which must be distinct for all PinComponentBehaviors of a PinComponent.

PinComponentBehavior
signalDirectionSignalDirection0..1

The direction of the signal on this pin.

PinComponentBehavior
pinTypePinType0..1

Specifies the PinType of the PinComponent.

PinComponentBehavior
applianceTypePinApplianceType0..1

Classifies the appliance of a Pin in terms of the duration of the appliance (see PinApplianceType).

PinComponentBehavior
descriptionAbstractLocalizedString0..*

Specifies additional, human readable information about the PinComponentBehaviour.

PinComponentBehavior

Outgoing Relations

TypeRoleMult.Mult.Description
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.

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.

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