Compute Additional Attributes of Routables for Harness Configuration (EWR_ComputeAdditionalAttributesOfRoutablesForHarnessConfiguration)

An opening ID is an entry point used to customize business logic. The EWR_ComputeAdditionalAttributesOfRoutablesForHarnessConfiguration opening ID is available in the Electrical physical system design resources set. This opening ID lets you define the name of the customized column.

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 can be invoked while configuring harnesses using the Harness Configuration command.

For more information, see Electrical 3D Design User's Guide: Generating a Configured Harness.

Definition Description
PLM Opening ID EWR_ComputeAdditionalAttributesOfRoutablesForHarnessConfiguration
Customization intent Computation
Execution context Client

Input Objects

Input objects must be of the following types:

  • ThisObject: ProductOccurrence
  • Parameters: RuleContext corresponds to the context object.

Sample

let ListBasicAdditionalAttributes(LIST)

ListBasicAdditionalAttributes = Parameters.GetAttributeObject("ListBasicAdditionalAttributes")


ListBasicAdditionalAttributes.Append("Sep Code")
ListBasicAdditionalAttributes.Append("Sub Type")



Parameters.SetAttributeInteger("severity", 0)
Parameters.SetAttributeObject("ListBasicAdditionalAttributes", ListBasicAdditionalAttributes)