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