General InformationThis opening ID is invoked everytime a logical connection is created between objects. This opening ID is used to modify the properties of the connected objects once the connection is validated. The table below provides you with information related to the definition of the opening ID.
Input ObjectsInput objects must be of the following types:
Context Object parameters
SampleThe following sample modifies the property of an equipment connector when it is connected to a harness connector. let AssociatedConnectable(RFLVPMLogicalInstance) let TargetConnectable(RFLVPMLogicalInstance) let TargetPort(RFLVPMLogicalPort) set AssociatedConnectable = Parameters->GetAttributeObject("AssociatedConnectable") set TargetConnectable = Parameters->GetAttributeObject("TargetConnectable") set TargetPort = Parameters->GetAttributeObject("TargetPort") AssociatedConnectable.Name=TargetPort.Name+AssociatedConnectable.Name |