How to convert virtual bus to non virtual bus automatically?

2 visualizzazioni (ultimi 30 giorni)
It is very necessary in case of conversion virtual subsystem to model reference.

Risposte (1)

ES
ES il 24 Lug 2017
Modificato: ES il 24 Lug 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');

Categorie

Scopri di più su Subsystems in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by