InternalComponentConnection

Note: There is a newer version of this specification see VEC 2.1.0

An InternalComponentConnection defines a conductive connection between PinComponents within an EEComponent. Such a connection can be statically permanent or dynamically switch (e.g. by a relais). This behaviour can be defined with a SwitchingState.

The electrical behaviour of an InternalComponentConnection can be further specified by a referenced ConductorSpecification.

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 InternalComponentConnection, which must be distinct for all InternalComponentConnection of an EEComponent.

InternalComponentConnection

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
pins PinComponent 2..* N Y N 0..*
conductorSpecification ConductorSpecification 0..1 N Y N 0..*

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
connections 0..* Y Y N EEComponentSpecification 1
switchedConnections 0..* N Y N SwitchingState 0..*

Specifies the InternalComponentConnections that are switched by this SwitchingState.

Previous