PinComponent

A PinComponent describes a pin of an EEComponent. A PinComponent is part of a HousingComponent and is defined by three 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 behavior, which is defined configuration dependent by its PinComponentBehaviour.

General Information

AttributeValue
Ownerelectrical_parts
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString1

Identification of the PinComponent, which must be distinct for all PinComponent of a HousingComponents.

PinComponent
descriptionAbstractLocalizedString0..*

Specifies additional, human readable information about the PinComponent.

PinComponent
pinComponentTypePinComponentType0..1

Specifies the type of a PinComponent.

PinComponent

Outgoing Relations

Other EndThis EndGeneral
RoleTypeMult.Agg.UniqueOrderedMult.Description
behaviourPinComponentBehavior0..*YYN1

Specifies the configuration dependent electrical behavior of the PinComponent.

componentPortComponentPort0..1NYN0..*The ComponentPort that represents this PinComponent in the internal connectivity of the EEComponentSpecification.
pinSpecificationTerminalSpecification0..1NYN0..*References the TerminalSpecification describing the electrical connectivity aspect of the PinComponent. (see KBLFRM-300)
referencedCavityCavity0..1NYN0..*Defines the cavity in the corresponding ConnectorHousingSpecification of the HousingComponent where the PinComponent is located. (see KBLFRM-300)

Incoming Relations

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
anode0..1NYNDiodeSpecification0..*
cathode0..1NYNDiodeSpecification0..*
connectedPins0..2NYNFuseComponent0..*
pinComponent1NYNPinComponentReference0..*

Points to the PinComponent referenced by the PinComponentReference.

pinComponent0..*YYNHousingComponent1Specifies the PinComponents of HousingComponent. (see KBLFRM-300)
pins2..*NYNInternalComponentConnection0..*
Previous