How to convert virtual bus to non virtual bus automatically?

2 ビュー (過去 30 日間)
Yuri Orlov
Yuri Orlov 2017 年 7 月 24 日
コメント済み: ES 2017 年 7 月 24 日
It is very necessary in case of conversion virtual subsystem to model reference.

回答 (1 件)

ES
ES 2017 年 7 月 24 日
編集済み: ES 2017 年 7 月 24 日
You have to set the following properties in Simulink to the block that creates the bus (Bus creator)
set_param(bockname,'OutDataTypeStr', 'Bus: xyz')%example bus abc
set_param(bockname,'NonVirtualBus','on');
  2 件のコメント
Yuri Orlov
Yuri Orlov 2017 年 7 月 24 日
Thank you J for answer, But I m actually more intrested in creating bus object from virtual bus.

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

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by