WOLFRAM SYSTEM MODELER

DiscreteMIMO

Multiple Input Multiple Output discrete control block

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Interfaces.DiscreteMIMO"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

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 (4)

samplePeriod

Value:

Type: Time (s)

Description: Sample period of component

startTime

Value: 0

Type: Time (s)

Description: First sample time instant

nin

Value: 1

Type: Integer

Description: Number of inputs

nout

Value: 1

Type: Integer

Description: Number of outputs

Outputs (2)

sampleTrigger

Type: Boolean

Description: True, if sample time instant

firstTrigger

Type: Boolean

Description: Rising edge signals first sample instant

Connectors (2)

u

Type: RealInput[nin]

Description: Connector of Real input signals

y

Type: RealOutput[nout]

Description: Connector of Real output signals

Extended by (1)

StateSpace

Modelica.Blocks.Discrete

Discrete State Space block