Compute Pathway Segment Attributes (L2P_ComputePathwaySegmentAttributes)

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

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 compute the attribute to be set to the pathway segment being synchronized. The attributes currently managed with this Business Rule are diameter and segregation.

By default, the attributes of logical pathway segment will be set to corresponding physical segment.

This computation rule is triggered during synchronization of pathway segments. With this business rule, you can valuate the parameters to set desired properties of physical segment.

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

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

Input Objects

Input objects must be of the following types:

  • ThisObject: The logical pathway segment being synchronized.
  • 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 user has set the bend radius ratio of the branch through the L2P_ComputePathwayAttributes business rule, the L2PDiameter will be ignored. It will be computed on the basis of the output values of bend radius and bend radius ratio from L2P_ComputePathwayAttributes.

Context Object Parameters

Parameter NameTypeRead/WriteComments
L2PPhysicalSegmentPLM Entity ReadThe corresponding physical Segment. It may be NULL during the synchronization for creation.
L2PUseBendRadiusRatioPLM Entity ReadThe input to indicate if bend radius ratio is to be used for the computation of branch.
L2PDiameterPLM Entity ReadThe input / output diameter to be set.
L2PSegregationPLM Entity ReadThe input / output segregation to be set.