WOLFRAM SYSTEM MODELER
ComplexMI2MO2 Multiple Input / Multiple Output continuous control block |
SystemModel["Modelica.ComplexBlocks.Interfaces.ComplexMI2MO"]
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.
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 |
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 |
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 |