フィルターのクリア

How to handle BusCreator programatically

3 ビュー (過去 30 日間)
Matthias
Matthias 2019 年 7 月 24 日
Hello!
I have quite a simple question: the BusCreator has a block parameter "Require input signal names to match signals above". How can I access this setting via get_param?
Thanks a lot!
  1 件のコメント
Shiv Nileshkumar Matliwala
Shiv Nileshkumar Matliwala 2022 年 11 月 25 日
Hello Matthias,
Can you tell me how can see the input ports and output ports of the bus creator block ??
using find_system() it should be work like
inports_bc = find_system(bus_creator,'BlockType','Input')
So, is it correct or any other way to extract this information ?

サインインしてコメントする。

回答 (1 件)

Archit Dhanani
Archit Dhanani 2019 年 7 月 26 日
Unfortunately, there is no get_param API for this parameter.
(As of R2019a ) the documentation says Note: The Require input signal names to match signals above parameter might be removed in a future release. To enforce strong data typing, consider using the Override bus signal names from inputs parameter.
  1 件のコメント
Matthias
Matthias 2019 年 7 月 29 日
Thank you!
I know this setting; but unfortunatelly it seems that this setting does not influence the setting above :-(.
In my case I have a BusCreator with the setting "Require..." set to on with some signals on this block. When I change the signal names on the incoming lines the BusCreator does not recognize the new names even if I switch on "Override bus signal..."...?

サインインしてコメントする。

カテゴリ

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

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by