Retrieving Connections of an Experience

The following path lets you retrieve connections and their characteristics.

This page discusses:

See Also
About Workflow Overview

Path to Connections

The input of this workflow is a parameter of SEVLogicalReference type. By default, the input parameter name is p and you can rename it to SEVLogRef.

To access connections from the input parameter, perform the following steps and insert the corresponding methods in your template:

Step Parameter Type or Iteration Variable Type Category Method Return Type
1 SEVLogRef: SEVLogicalReference Navigation System Experience Validation exp: COSIM
2 exp: COSIM Outgoing relationships To innerConnection innerConn: COSIM's innerConnection
3 innerConn: COSIM's innerConnection Outgoing relationships To COSIM CosimLink conn: COSIM CosimLink
4 conn: COSIM CosimLink Outgoing relationships To destination

Go to Path to Destination Data table below.

dest: COSIM CosimLink’s destination
To source

Go to Path to Source Data table below.

source: COSIM CosimLink’s source

Path to Destination Data

To access information on destination ports, follow these steps:

Step Parameter Type or Iteration Variable Type Category Method Return Type
5 dest: COSIM CosimLink’s destination Outgoing relationships To COSIM CosimPort

Go to Retrieving Ports and Hierarchical Ports of an Instance or Retrieving Ports and Hierarchical Ports of an Experience.

port: COSIM CosimPort
To COSIM CosimHierarchicalPort

Go to Retrieving Ports and Hierarchical Ports of an Instance or Retrieving Ports and Hierarchical Ports of an Experience.

hPort: COSIM CosimHierarchicalPort

Path to Source Data

To access information on source ports, follow these steps:

Step Parameter Type or Iteration Variable Type Category Method Return Type
5 source: COSIM CosimLink’s source Outgoing relationships To COSIM CosimPort

Go to Retrieving Ports and Hierarchical Ports of an Instance or Retrieving Ports and Hierarchical Ports of an Experience.

port: COSIM CosimPort
To COSIM CosimHierarchicalPort

Go to Retrieving Ports and Hierarchical Ports of an Instance or Retrieving Ports and Hierarchical Ports of an Experience.

hPort: COSIM CosimHierarchicalPort