How to distinguish Simscape and Simulink lines in a program?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Aseem Routray
am 3 Dez. 2019
Beantwortet: Joel Van Sickel
am 18 Aug. 2020
I want to differentiate simscape and simulink lines in my simulink model, so that I can obtain the line handles of the simscape wires only. When I am using find_system, I am getting the linehandles of all the lines and am unable to differentiate between the two.
0 Kommentare
Akzeptierte Antwort
Joel Van Sickel
am 18 Aug. 2020
Hello Aseem,
unfortunately, there is not an object parameter that easily distinguishes between the types of lines. However, you could loop through the lines and use the destBlk = get_param(line,'DstBlockHandle'); and analyze that block to see if it is a simscape block or a simulink block. That would let you know if that particular line was a simscape line. You could also look at the source block as well.
Regards,
Joel
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Magnetic Elements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!