How to convert virtual bus to non virtual bus automatically?

It is very necessary in case of conversion virtual subsystem to model reference.

Answers (1)

ES
ES on 24 Jul 2017
Edited: ES on 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');

Categories

Products

Asked:

on 24 Jul 2017

Commented:

ES
on 24 Jul 2017

Community Treasure Hunt

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

Start Hunting!