Compute Segment Connection Point Name (L2P_ComputeSegmentConnectionPtOfDevice)

An opening ID is an entry point used to customize business logic. The Compute segment connection point name opening ID is available in the Electrical logical to physical synchronization resources set and it is used to compute the segment connection point or cavity for pathway connection.

Important: This opening ID is available only if you work with the Systems 3D Allocation app.
Note: For more information about customization by business rules, see Installation and Setup: Customize: Behavior: Data Setup: Customization by Business Rules.

This page discusses:

General Information

This opening ID is invoked during the Logical to Physical synchronization. For the selected elements, the Business Rule allows you to get the name of the segment connection point or cavity to be used to route the physical pathway during synchronization, if more than one segment connection points or cavities are found in the physical device.

By default, the first segment connection point in the device will be used for routing the pathway.

This computation rule is triggered during the synchronization of pathways to be routed through a physical device, only if more than one segment connection points are found in the physical device.

The table below provides you with information related to the definition of the Opening ID.

PLM Opening ID: L2P_ComputeSegmentConnectionPtOfDevice
Customization intent: Computation
Execution context:Client

Input Objects

Input objects must be of the following types:

  • ThisObject: The logical connector connected to the logical pathway being synchronized. The logical connector may be a logical connector component or a logical connector port.
  • Parameters corresponds to the context object. Message attribute will be displayed in the synchronization report.

Severity messages:

  • Severity= 0 the treatment is to be continued (no message).
  • Severity= 1 the treatment is to be continued and only a warning raised.
  • Severity= 2 the treatment is supposed to be undone.

If the business rule output L2PSegmentCnctPtName is an empty string or if the connection point with this name does not exist in the physical connector, the default behaviour will be applicable.

Context Object Parameters

Parameter NameTypeRead/WriteComments
L2PLogicalPathwayPLM Entity ReadThe logical pathway connected to ThisObject.
L2PPhysicalConnectorPLM Entity ReadThe physical connector to be routed.
L2PSegmentCnctPtNamePLM Entity ReadThe output, the name of segment connection point to be used for routing the physical pathway.