WOLFRAM SYSTEM MODELER

ComplexMI2MO

2 Multiple Input / Multiple Output continuous control block

Wolfram Language

In[1]:=
SystemModel["Modelica.ComplexBlocks.Interfaces.ComplexMI2MO"]
Out[1]:=

Information

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

Block has two continuous Complex input vectors u1 and u2 and one continuous Complex output vector y. All vectors have the same number of elements.

Parameters (3)

n

Value: 1

Type: Integer

Description: Dimension of input and output vectors.

useConjugateInput1

Value: fill(false, n)

Type: Boolean[n]

Description: If true, inputs 1 are processed conjugate complex

useConjugateInput2

Value: fill(false, n)

Type: Boolean[n]

Description: If true, inputs 2 are processed conjugate complex

Connectors (3)

u1

Type: ComplexInput[n]

Description: Connector 1 of Complex input signals

u2

Type: ComplexInput[n]

Description: Connector 2 of Complex input signals

y

Type: ComplexOutput[n]

Description: Connector of Complex output signals

Components (2)

u1Internal

Type: Complex[n]

Description: Equals either u1 or conjugate complex input u1 if useComplexInput = true

u2Internal

Type: Complex[n]

Description: Equals either u1 or conjugate complex input u1 if useComplexInput = true