blockDiscreteMIMOs
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 where the signal sizes of the input and output vector are identical. These signals are sampled due to the defined samplePeriod parameter. See the base-class DiscreteBlock for more information.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | 1 | Number of inputs (= number of outputs) |
| SI.Time | samplePeriod (from DiscreteBlock) | Sample period of component | |
| SI.Time | startTime (from DiscreteBlock) | 0 | First sample time instant |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput[n] | u | Connector of Real input signals | |
| Modelica.Blocks.Interfaces.RealOutput[n] | y | Connector of Real output signals |