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.
- Its geometric position in the HousingComponent, which is defined by the referencedCavity.
- Its physical electrical properties, which are defined by the referenced TerminalSpecification.
- Its electrical behaviour, which is defined configuration dependent by its PinComponentBehaviour.
General Information
Attribute | Value |
---|---|
Owner | electrical_parts |
Applied Stereotype | |
Base Classifier | ConfigurableElement ExtendableElement |
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
Type | Role | Mult. | Mult. | Description |
---|---|---|---|---|
PinComponentBehavior | behaviour | 0..* | 1 | Specifies the configuration dependent electrical behavior of the PinComponent. |
TerminalSpecification | pinSpecification | 0..1 | 0..* | References the TerminalSpecification describing the electrical connectivity aspect of the PinComponent. (see KBLFRM-300) |
Cavity | referencedCavity | 0..1 | 0..* | Defines the cavity in the corresponding ConnectorHousingSpecification of the HousingComponent where the PinComponent is located. (see KBLFRM-300) |
Incoming Relations
Type | Mult. | Role | Mult. | Description |
---|---|---|---|---|
DiodeSpecification | 0..* | anode | 0..1 | |
DiodeSpecification | 0..* | cathode | 0..1 | |
FuseComponent | 0..* | connectedPins | 0..2 | |
HousingComponent | 1 | pinComponent | 0..* | Specifies the PinComponents of HousingComponent. (see KBLFRM-300) |
PinComponentReference | 0..* | pinComponent | 1 | Points to the PinComponent referenced by the PinComponent reference. (KBLFRM-401) |
InternalComponentConnection | 0..* | pins | 2..* |