Hello everyone,
I’m a beginner with Py4C and I need to do a script who re-transcribe a PAB to an Xlxs file.
The script will browse the NodeList (se.get_all_contents_by_type(Node)) Node by Node.
First, it will noted his name and description.
Then, it will describe their physicals ports and physicals link with their property values.
And I need to get PhysicalPort and Node at each End.
Thanks to pl.get_java_object().getSourcePhysicalPort()) and getTargetPhysicalPort() I can find the two physicals ports but I cannot find Nodes.
At this point, I’ve the 1st Node, the physical link which is connected to the two nodes, the two physicals ports (including that of the unknown node)
Do you have track or solution to find the 2nd Node ?
Thanks in advance