Modelica.Blocks.Interfaces.Adaptors

Obsolete package with components to send signals to a bus or receive signals from a bus (only for backward compatibility)

Information

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).

Package Content

Name Description
Modelica.Blocks.Interfaces.Adaptors.SendReal SendReal Obsolete block to send Real signal to bus
Modelica.Blocks.Interfaces.Adaptors.SendBoolean SendBoolean Obsolete block to send Boolean signal to bus
Modelica.Blocks.Interfaces.Adaptors.SendInteger SendInteger Obsolete block to send Integer signal to bus
Modelica.Blocks.Interfaces.Adaptors.ReceiveReal ReceiveReal Obsolete block to receive Real signal from bus
Modelica.Blocks.Interfaces.Adaptors.ReceiveBoolean ReceiveBoolean Obsolete block to receive Boolean signal from bus
Modelica.Blocks.Interfaces.Adaptors.ReceiveInteger ReceiveInteger Obsolete block to receive Integer signal from bus

Modelica.Blocks.Interfaces.Adaptors.SendReal Modelica.Blocks.Interfaces.Adaptors.SendReal

Obsolete block to send Real signal to bus

Information

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.

Connectors

NameDescription
toBusOutput signal to be connected to bus
uInput signal to be send to bus

Modelica.Blocks.Interfaces.Adaptors.SendBoolean Modelica.Blocks.Interfaces.Adaptors.SendBoolean

Obsolete block to send Boolean signal to bus

Information

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.

Connectors

NameDescription
toBusOutput signal to be connected to bus
uInput signal to be send to bus

Modelica.Blocks.Interfaces.Adaptors.SendInteger Modelica.Blocks.Interfaces.Adaptors.SendInteger

Obsolete block to send Integer signal to bus

Information

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.

Connectors

NameDescription
toBusOutput signal to be connected to bus
uInput signal to be send to bus

Modelica.Blocks.Interfaces.Adaptors.ReceiveReal Modelica.Blocks.Interfaces.Adaptors.ReceiveReal

Obsolete block to receive Real signal from bus

Information

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.

Connectors

NameDescription
fromBusTo be connected with signal on bus
yOutput signal to be received from bus

Modelica.Blocks.Interfaces.Adaptors.ReceiveBoolean Modelica.Blocks.Interfaces.Adaptors.ReceiveBoolean

Obsolete block to receive Boolean signal from bus

Information

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.

Connectors

NameDescription
fromBusTo be connected with signal on bus
yOutput signal to be received from bus

Modelica.Blocks.Interfaces.Adaptors.ReceiveInteger Modelica.Blocks.Interfaces.Adaptors.ReceiveInteger

Obsolete block to receive Integer signal from bus

Information

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.

Connectors

NameDescription
fromBusTo be connected with signal on bus
yOutput signal to be received from bus
Automatically generated Tue Apr 05 09:36:12 2016.