How to convert virtual bus to non virtual bus automatically?

2 vues (au cours des 30 derniers jours)
Yuri Orlov
Yuri Orlov le 24 Juil 2017
Commenté : ES le 24 Juil 2017
It is very necessary in case of conversion virtual subsystem to model reference.

Réponses (1)

ES
ES le 24 Juil 2017
Modifié(e) : ES le 24 Juil 2017
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 commentaires
Yuri Orlov
Yuri Orlov le 24 Juil 2017
Thank you J for answer, But I m actually more intrested in creating bus object from virtual bus.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Subsystems dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by