Create all FMU bus objects required for structured input or output ports in workspace
fmudialog.createBusType(currentBlock)
example
fmudialog.createBusType(currentBlock) creates all the FMU bus objects required for structured input or output ports in the workspace.
currentBlock
collapse all
Create FMU bus object in current workspace.
fmudialog.createBusType(gcb)
Current block for which to create all required FMU bus objects.
Data Types: char | string
char
string
FMU