Specify properties of elements of buses
A Simulink.BusElement
object is an element of a Simulink.Bus
object. It validates the properties of a signal in a
bus.
BusElement
objects exist only within the Bus
object. You
can specify a Bus
object, but not a BusElement
object, as a
data type.
When you simulate or update a model, Simulink® checks whether the signals in a bus have the properties specified by the
corresponding BusElement
objects.
To create and modify Bus
and BusElement
objects in the
base workspace or a data dictionary, you can use the Bus Editor or
MATLAB® commands. You cannot store Bus
objects in model
workspaces.
returns a
be
= Simulink.BusElementBusElement
object with default property values.
To interactively create a BusElement
object, use the Bus Editor.
To create BusElement
objects from blocks in a model, MATLAB data, and external C code, see Create Bus Objects Programmatically.