HousingComponent

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

A HousingComponent describes the interface of an EEComponent with which it can be connected to another EEComponent or a harness. The characteristics of the interface can be described with a referenced ConnectorHousingSpecification. (see KBLFRM-300)

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

HousingComponent
description AbstractLocalizedString 0..*

Specifies additional, human readable information about the HousingComponent.

HousingComponent
compatibleTypes HousingComponentType 0..*

The values of this attribute define the HousingComponentTypes that are valid to be associated with this HousingComponent. In other word, if this HousingComponent can be associated with a relay, a fuse, a connector housing of a harness. The values are matching the PrimaryPartType of the PartVersion of the component that should be associated (plugged) into this housing component.

HousingComponent

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
housingSpecification ConnectorHousingSpecification 0..1 N Y N 0..* References the ConnectorHousingSpecification that is describing the connector interface of the HousingComponent (e.g. Slots, Cavities, Design, Coding).
pinComponent PinComponent 0..* Y Y N 1 Specifies the PinComponents of HousingComponent. (see KBLFRM-300)
segmentConnectionPoint SegmentConnectionPointHC 0..* Y Y N 1

Specifies the SegmentConnectionPoints the HousingComponent.

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
housingComponent 1 N Y N HousingComponentReference 0..* Points to the HousingComponent referenced by the HousingComponent reference. (KBLFRM-401)
housingComponent 0..* Y Y N EEComponentSpecification 1 Specifies the available connector interfaces of the EEComponent.
Previous