Blocks.MIMO
Usage
TranslatedComponents.Blocks.MIMO(nin=1, nout=1)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
nin | Number of inputs | – | 1 |
nout | Number of outputs | – | 1 |
Connectors
u- 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 MIMO
u = RealInput()
y = RealOutput()
# Number of inputs
parameter nin::Integer = 1
# Number of outputs
parameter nout::Integer = 1
relations
endFlattened Source
dyad
partial component MIMO
u = RealInput()
y = RealOutput()
# Number of inputs
parameter nin::Integer = 1
# Number of outputs
parameter nout::Integer = 1
relations
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses