Blocks.DeMultiplex3 ​
Usage ​
TranslatedComponents.Blocks.DeMultiplex3(n1=1, n2=1, n3=1)
Parameters: ​
| Name | Description | Units | Default value |
|---|---|---|---|
n1 | – | 1 | |
n2 | – | 1 | |
n3 | – | 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)
Behavior ​
Source ​
dyad
component DeMultiplex3
u = RealInput()
y1 = RealOutput()
y2 = RealOutput()
y3 = RealOutput()
parameter n1::Integer = 1
parameter n2::Integer = 1
parameter n3::Integer = 1
relations
[u] = [y1, y2, y3]
endFlattened Source
dyad
component DeMultiplex3
u = RealInput()
y1 = RealOutput()
y2 = RealOutput()
y3 = RealOutput()
parameter n1::Integer = 1
parameter n2::Integer = 1
parameter n3::Integer = 1
relations
[u] = [y1, y2, y3]
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses