"From" block within Model reference block with global visibility

2 ビュー (過去 30 日間)
Jack Daniels
Jack Daniels 2025 年 1 月 22 日
編集済み: Divyanshu 2025 年 1 月 24 日
I have a the source of the signal on the most-top simulink structure marked with Goto with global tag visibility
but this signal is not visible from within Model Referance system ...
Is this an issue or expected behaviour?
How to access global signal "Goto" from "From" inside Model reference system?

回答 (1 件)

Divyanshu
Divyanshu 2025 年 1 月 24 日
編集済み: Divyanshu 2025 年 1 月 24 日
I think this is an expected behavior because, Model Reference block is a reference to another model. And the 'Goto' tag being defined in current model, cannot be visible in the other model which is referred by Model Reference block.
Setting the 'Goto' tag visibility to 'global' will make it visible across different 'Subsystems' which are present in the current model, but it won't make it visible to a different model which is referred by a 'Model Reference'.
You can read about the tag visibility more in the following documentation link:

カテゴリ

Help Center および File ExchangeModel Verification についてさらに検索

製品


リリース

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by