Blocks.MI2MO
Usage
TranslatedComponents.Blocks.MI2MO(n=1)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
n | Dimension of input and output vectors. | – | 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)y- This connector represents a real signal as an output from a component (RealOutput)
Source
dyad
partial component MI2MO
u1 = RealInput()
u2 = RealInput()
y = RealOutput()
# Dimension of input and output vectors.
parameter n::Integer = 1
relations
endFlattened Source
dyad
partial component MI2MO
u1 = RealInput()
u2 = RealInput()
y = RealOutput()
# Dimension of input and output vectors.
parameter n::Integer = 1
relations
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses