Blocks.Multiplex6
Usage
TranslatedComponents.Blocks.Multiplex6(n1=1, n2=1, n3=1, n4=1, n5=1, n6=1)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
n1 | Dimension of input signal connector 1 | – | 1 |
n2 | Dimension of input signal connector 2 | – | 1 |
n3 | Dimension of input signal connector 3 | – | 1 |
n4 | Dimension of input signal connector 4 | – | 1 |
n5 | Dimension of input signal connector 5 | – | 1 |
n6 | Dimension of input signal connector 6 | – | 1 |
Connectors
u1- This connector represents a real signal as an input to a component (RealInput)u2- This connector represents a real signal as an input to a component (RealInput)u3- This connector represents a real signal as an input to a component (RealInput)u4- This connector represents a real signal as an input to a component (RealInput)u5- This connector represents a real signal as an input to a component (RealInput)u6- This connector represents a real signal as an input to a component (RealInput)y- This connector represents a real signal as an output from a component (RealOutput)
Behavior
Source
dyad
component Multiplex6
u1 = RealInput()
u2 = RealInput()
u3 = RealInput()
u4 = RealInput()
u5 = RealInput()
u6 = RealInput()
y = RealOutput()
# Dimension of input signal connector 1
parameter n1::Integer = 1
# Dimension of input signal connector 2
parameter n2::Integer = 1
# Dimension of input signal connector 3
parameter n3::Integer = 1
# Dimension of input signal connector 4
parameter n4::Integer = 1
# Dimension of input signal connector 5
parameter n5::Integer = 1
# Dimension of input signal connector 6
parameter n6::Integer = 1
relations
y = [u1, u2, u3, u4, u5, u6]
endFlattened Source
dyad
component Multiplex6
u1 = RealInput()
u2 = RealInput()
u3 = RealInput()
u4 = RealInput()
u5 = RealInput()
u6 = RealInput()
y = RealOutput()
# Dimension of input signal connector 1
parameter n1::Integer = 1
# Dimension of input signal connector 2
parameter n2::Integer = 1
# Dimension of input signal connector 3
parameter n3::Integer = 1
# Dimension of input signal connector 4
parameter n4::Integer = 1
# Dimension of input signal connector 5
parameter n5::Integer = 1
# Dimension of input signal connector 6
parameter n6::Integer = 1
relations
y = [u1, u2, u3, u4, u5, u6]
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses