Multiplex Boolean
Multiplexer for Boolean Signals
Description
Connections
Parameters
Modelica Standard Library
The Boolean multiplexer (or Multiplex Boolean) component combines Boolean input vectors into a Boolean output vector.
The n parameter specifies the dimension of each input vector. It is a vector of positive integers. The sum of the dimensions is the dimension of the output port.
For example, if n=2,1,4, there will be 3 inputs ports with dimensions 2, 1, and 4, respectively. The output port has dimension 7. Input port 1 is routed to output signals 1 to 2, input port 2 is routed to output signal 3, and input port 3 is routed to output signals 4 to 7.
Name
Modelica ID
ui_j
Boolean input vectors
y
Boolean output vector
Default
Units
n
1,1,1
Array of dimensions of input connectors
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Demultiplexers
Multiplexers
Routing
Signal Blocks
Download Help Document