Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to Read Inport Parameter in Libarary Model.

4 ビュー (過去 30 日間)
Kanava Pitchai
Kanava Pitchai 2020 年 3 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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');

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by