How to convert virtual bus to non virtual bus automatically?

4 visualizaciones (últimos 30 días)
Yuri Orlov
Yuri Orlov el 24 de Jul. de 2017
Comentada: ES el 24 de Jul. de 2017
It is very necessary in case of conversion virtual subsystem to model reference.

Respuestas (1)

ES
ES el 24 de Jul. de 2017
Editada: ES el 24 de Jul. de 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 comentarios
Yuri Orlov
Yuri Orlov el 24 de Jul. de 2017
Thank you J for answer, But I m actually more intrested in creating bus object from virtual bus.

Iniciar sesión para comentar.

Categorías

Más información sobre Create Large-Scale Model Components en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by