How to convert virtual bus to non virtual bus automatically?

6 次查看(过去 30 天)
It is very necessary in case of conversion virtual subsystem to model reference.

回答(1 个)

ES
ES 2017-7-24
编辑:ES 2017-7-24
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');

类别

Help CenterFile Exchange 中查找有关 Create Large-Scale Model Components 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by