WOLFRAM SYSTEM MODELER

DiscreteMIMOs

Multiple Input Multiple Output discrete control block

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Interfaces.DiscreteMIMOs"]
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 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 (3)

samplePeriod

Value:

Type: Time (s)

Description: Sample period of component

startTime

Value: 0

Type: Time (s)

Description: First sample time instant

n

Value: 1

Type: Integer

Description: Number of inputs (= 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[n]

Description: Connector of Real input signals

y

Type: RealOutput[n]

Description: Connector of Real output signals