Given a port handle, how to find the port handles to which it connects?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
If I have a port handle in Simulink, I would like to know how to find the port handles of all ports to which this port is connected.
I would also like the solution to work with simscape physical connections.
I know that from a port handle, I can have the handle of the line to which it is connected. But then? If the node is connected to several other blocks, there will be a node on the line, and this makes three lines involved...
I also know about the PortConnectivity parameter of a block, which gives the handle of the destination/source port, but from there, I cannot have the handle of the current port, so I cannot match both...
Thank you for your answers
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Composite Components in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!