How to convert virtual bus to non virtual bus automatically?

2 views (last 30 days)
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');

Products

Community Treasure Hunt

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

Start Hunting!