Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Sometimes you will have a connector on multiple sheets and will want to know the names of the fibers that are already connected to the connector
In the image below connector HARN001-P1 Exists on sheet 1 and sheet 2
By adding a label to the connector ports with the function {QueryCoShapes.connectedFibers()}
On the second instance of the connector on sheet two I am able to see the names of the fibers that are already connected to the ports on the first sheet.
The attached java files can be used at your own risk, enjoy!