WOLFRAM SYSTEM MODELER

PartialIntegerMISO

Partial block with an IntegerVectorInput and an IntegerOutput signal

Wolfram Language

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

Parameters (1)

nu

Value: 0

Type: Integer

Description: Number of input connections

Connectors (2)

u

Type: IntegerVectorInput[nu]

Description: Vector of Integer input signals

y

Type: IntegerOutput

Description: Integer output signal

Extended by (2)

Product

Modelica.Blocks.MathInteger

Product of Integer: y = u[1]*u[2]* ... *u[n]

Sum

Modelica.Blocks.MathInteger

Sum of Integers: y = k[1]*u[1] + k[2]*u[2] + ... + k[n]*u[n]