Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to Read Inport Parameter in Libarary Model.

1 Ansicht (letzte 30 Tage)
Kanava Pitchai
Kanava Pitchai am 16 Mär. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi,
I can able to Read the Parameter of inport Block, Using the Signal Hierarchy in Simulink Model.
But in Simulink Library Model I cant able to Read the Parameter of inport Block. Because the Signal Hierarchy option is disabled in in Simulink Library Model..
How can i Read the Parameters (Parent and Children) in Library Model.
Thank in Advance.
Eg:
A = get_param( 'Rough/in_port', 'PortHandles');
B = get_param(A.Inport, 'SignalHierarchy');

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by