How to convert virtual bus to non virtual bus automatically?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
It is very necessary in case of conversion virtual subsystem to model reference.
0 comentarios
Respuestas (1)
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');
Ver también
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!