How to convert virtual bus to non virtual bus automatically?

조회 수: 2 (최근 30일)
Yuri Orlov
Yuri Orlov 2017년 7월 24일
댓글: ES 2017년 7월 24일
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');
  댓글 수: 2
Yuri Orlov
Yuri Orlov 2017년 7월 24일
Thank you J for answer, But I m actually more intrested in creating bus object from virtual bus.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Subsystems에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by