PinComponent

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

A PinComponent describes a pin of an EEComponent. A PinComponent is part of a HousingComponent and is defined by tree aspects.

  1. Its geometric position in the HousingComponent, which is defined by the referencedCavity.
  2. Its physical electrical properties, which are defined by the referenced TerminalSpecification.
  3. Its electrical behaviour, which is defined configuration dependent by its PinComponentBehaviour.

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 PinComponent, which must be distinct for all PinComponent of a HousingComponents.

PinComponent
description AbstractLocalizedString 0..*

Specifies additional, human readable information about the PinComponent.

PinComponent
pinComponentType PinComponentType 0..1

Specifies the type of a PinComponent.

PinComponent

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
pinSpecification TerminalSpecification 0..1 N Y N 0..* References the TerminalSpecification describing the electrical connectivity aspect of the PinComponent. (see KBLFRM-300)
behaviour PinComponentBehavior 0..* Y Y N 1

Specifies the configuration dependent electrical behavior of the PinComponent.

referencedCavity Cavity 0..1 N Y N 0..* Defines the cavity in the corresponding ConnectorHousingSpecification of the HousingComponent where the PinComponent is located. (see KBLFRM-300)

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
anode 0..1 N Y N DiodeSpecification 0..*
cathode 0..1 N Y N DiodeSpecification 0..*
connectedPins 0..2 N Y N FuseComponent 0..*
pinComponent 1 N Y N PinComponentReference 0..* Points to the PinComponent referenced by the PinComponent reference. (KBLFRM-401)
pinComponent 0..* Y Y N HousingComponent 1 Specifies the PinComponents of HousingComponent. (see KBLFRM-300)
pins 2..* N Y N InternalComponentConnection 0..*
Previous