Schematic_connection

The Schematic_connection represents a logical connection. It can be referenced by the physical connections (Connection) and be used to transfer the information of the logical connection, if it is realized by multiple Connections (e.g. different routings, different wire types).

General Information

Attribute Value
Owner 4_Connectivity
Applied Stereotype
Base Classifier Changed_element
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
Id String 1

The Id specifies the identifier of the Schematic_connection. The values are company specific.

Schematic_connection
Description String 0..1

The description specifies additional information about the object.

Schematic_connection
Localized_description Localized_string 0..*

The description specifies additional information about the object. The Localized_description provides the possibility to define descriptions for different language codes.

Schematic_connection
Signal_name String 0..1

The signal_name specifies logical information on a Connection. Example: packet on a bus, analogue voltage(high/low, waved) on a wire.

Schematic_connection
Signal_type String 0..1

Defines the type of a signal like (BUS, ENERGY, GROUND, …). Special values have to be negotiated between exchange partners.

Schematic_connection
Nominal_voltage String 0..1

Defines the nominal voltage of a signal like (12V, 24V, 48V, HV, …). Special values have to be negotiated between exchange partners.

Schematic_connection

Outgoing Relations

Type Role Mult. Mult. Description
Cavity_occurrence Cavities 2..* 0..*
External_reference External_references 0..* 0..*

Incoming Relations

Type Mult. Role Mult. Description
Harness 1 0..*
Connection 0..* Realized_schematic_connection 0..1
Previous