How to convert virtual bus to non virtual bus automatically?

3 Ansichten (letzte 30 Tage)
Yuri Orlov
Yuri Orlov am 24 Jul. 2017
Kommentiert: ES am 24 Jul. 2017
It is very necessary in case of conversion virtual subsystem to model reference.

Antworten (1)

ES
ES am 24 Jul. 2017
Bearbeitet: ES am 24 Jul. 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');

Kategorien

Mehr zu Subsystems finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by