Main Content

fmudialog.createBusType

Create all FMU bus objects required for structured input or output ports in workspace

Description

example

fmudialog.createBusType(currentBlock)creates all the FMU bus objects required for structured input or output ports in the workspace.

Examples

collapse all

Create FMU bus object in current workspace.

fmudialog.createBusType(gcb)

Input Arguments

collapse all

Current block for which to create all required FMU bus objects.

Data Types:char|string

Version History

介绍了R2020b