AbstractSlot

An AbstractSlot represents a geometrical location in a connector housing that can contain or group one or more cavities. This grouping can happen in two different ways:

  • Directly, via a Slot, where the slot is an inseparable part of the connector housing, formed during the manufacturing process.
  • Indirectly, via a ModularSlot, which serves as a placeholder where other connector housings (modules) can be inserted during assembly.

The AbstractSlot is primarily relevant on the mating side of the connector. It enables a logical and geometrical grouping of cavities that may affect how mating is performed.

General Information

AttributeValue
Ownerelectrical_parts
Applied Stereotype
Base ClassifierExtendableElement
Is Abstracttrue
Derived ClassifiersModularSlot, Slot

Attributes

NameTypeMult.DescriptionOwning Classifier
slotNumberString0..1

Specifies the number of the slot. This must be unique within a ConnectorHousingSpecification.

AbstractSlot

Outgoing Relations

Other EndThis EndGeneral
RoleTypeMult.Agg.UniqueOrderedMult.Description
slotSpecificationSlotSpecification0..1NYN0..*References the SlotSpecification that is satisfied by the slot.
codingCoding0..1YYN0..1Defines coding of the slot that is satisfied by the Slot.

Incoming Relations

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
referencedSlot1NYNAbstractSlotReference0..*Points to the slot referenced by the slot reference.
slot0..*YYNConnectorHousingSpecification1Specifies the slots forming the ConnectorHousing.
Previous