This package contains the bus definitions needed for the BusUsage example.
| Name | Description | 
|---|---|
|  ControlBus | Empty control bus that is adapted to the signals connected to it | 
|  SubControlBus | Empty sub-control bus that is adapted to the signals connected to it | 
|  InternalConnectors | Internal definitions that are usually not utilized (only indirectly via the expandable connectors) | 
 Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.ControlBus
Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.ControlBus
 
This connector defines the "expandable connector" ControlBus that is used as bus in the BusUsage example. Note, this connector is "empty". When using it, the actual content is constructed by the signals connected to this bus.
Extends from Modelica.Icons.SignalBus (Icon for signal bus).
expandable connector ControlBus "Empty control bus that is adapted to the signals connected to it" extends Modelica.Icons.SignalBus;end ControlBus; 
 Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.SubControlBus
Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.SubControlBus
 
This connector defines the "expandable connector" SubControlBus that is used as sub-bus in the BusUsage example. Note, this connector is "empty". When using it, the actual content is constructed by the signals connected to this bus.
Extends from Modelica.Icons.SignalSubBus (Icon for signal sub-bus).
expandable connector SubControlBus "Empty sub-control bus that is adapted to the signals connected to it" extends Modelica.Icons.SignalSubBus;end SubControlBus;