InternalTerminalConnection
Published on Mar 24, 2023
VEC Version 2.0.2
Last updated on Apr 14, 2025
1 min read
Note: There is a newer version of this specification see VEC 2.1.0
An InternalTerminalConnection represents an electrical connection within a terminal. For standard terminals all receptions (wire- and terminal-receptions) have an electrical connection. For non-standard terminals (e.g. coax) only some receptions have an electrical connection. The InternalTerminalConnection is modelled as a separate class and not as relationship between wire- and terminal-reception, since it is possible that a terminal has only one kind of reception (e.g. a parallel connector, a cavity bridge). (see KBLFRM-302)
Attribute | Value |
---|
Owner | electrical_parts |
Applied Stereotype | |
Base Classifier | ExtendableElement
|
Is Abstract | false |
Derived Classifiers | |
Attributes
Name | Type | Mult. | Description | Owning Classifier |
---|
identification | String | 1 | Specifies a unique identification of the InternalTerminalConnection. The identification is guaranteed to be unique within the TerminalSpecification (this might be for example an internal connection number). | InternalTerminalConnection |
Outgoing Relations
Other End | This End | General |
---|
Role | Type | Mult. | Agg. | Unique | Ordered | Mult. | Description |
---|
wireReception | WireReception | 0..* | N | Y | N | 0..1 | References the WireReceptions that participate in the InternalTerminalConnection. |
terminalReception | TerminalReception | 0..* | N | Y | N | 0..1 | References the TerminalReceptions that participate in the InternalTerminalConnection. |
Incoming Relations
This End | Other End | General |
---|
Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
---|
internalTerminalConnection | 0..* | Y | Y | N | TerminalSpecification | 1 | Specifies the InternalTerminalConnections of the terminal. |