blockDiscreteMIMO
Multiple Input Multiple Output discrete control block
Extends from DiscreteBlock (Base class of discrete control blocks).
Information
Block has a input and a output signal vector which are sampled due to the defined samplePeriod parameter. See the base-class DiscreteBlock for more information.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Time | samplePeriod (from DiscreteBlock) | Sample period of component | |
| SI.Time | startTime (from DiscreteBlock) | 0 | First sample time instant |
| Integer | nin | 1 | Number of inputs |
| Integer | nout | 1 | Number of outputs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput[nin] | u | Connector of Real input signals | |
| Modelica.Blocks.Interfaces.RealOutput[nout] | y | Connector of Real output signals |