Obsolete package with components to send signals to a bus or receive signals from a bus (only for backward compatibility)
The components of this package should no longer be used. They are only provided for backward compatibility. It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
SendReal | Obsolete block to send Real signal to bus |
SendBoolean | Obsolete block to send Boolean signal to bus |
SendInteger | Obsolete block to send Integer signal to bus |
ReceiveReal | Obsolete block to receive Real signal from bus |
ReceiveBoolean | Obsolete block to receive Boolean signal from bus |
ReceiveInteger | Obsolete block to receive Integer signal from bus |
Obsolete block to send Real signal to bus
Obsolete block that was previously used to connect a Real signal to a signal in a connector. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Name | Description |
---|---|
toBus | Output signal to be connected to bus |
u | Input signal to be send to bus |
Obsolete block to send Boolean signal to bus
Obsolete block that was previously used to connect a Boolean signal to a signal in a connector. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Name | Description |
---|---|
toBus | Output signal to be connected to bus |
u | Input signal to be send to bus |
Obsolete block to send Integer signal to bus
Obsolete block that was previously used to connect an Integer signal to a signal in a connector. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Name | Description |
---|---|
toBus | Output signal to be connected to bus |
u | Input signal to be send to bus |
Obsolete block to receive Real signal from bus
Obsolete block that was previously used to connect a Real signal in a connector to an input of a block. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Name | Description |
---|---|
fromBus | To be connected with signal on bus |
y | Output signal to be received from bus |
Obsolete block to receive Boolean signal from bus
Obsolete block that was previously used to connect a Boolean signal in a connector to an input of a block. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Name | Description |
---|---|
fromBus | To be connected with signal on bus |
y | Output signal to be received from bus |
Obsolete block to receive Integer signal from bus
Obsolete block that was previously used to connect an Integer signal in a connector to an input of a block. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Name | Description |
---|---|
fromBus | To be connected with signal on bus |
y | Output signal to be received from bus |