modelOr

Or logic component with multiple input and one output

Extends from D.Interfaces.MISO (Multiple input - single output).

Information

Or component with multiple input values and one output.

According to the standard logic or table (Tables.OrTable) the output value is calculated.

To avoid loops in the numerical treatment, the pre operator is applied to the output.

Parameters

TypeNameDefaultDescription
Integern (from MISO)2Number of inputs

Connectors

TypeNameDefaultDescription
D.Interfaces.DigitalInput[n]x (from MISO)Connector of Digital input signal vector
D.Interfaces.DigitalOutputy (from MISO)Connector of Digital output signal

Revisions

  • September 15, 2004 vector approach used for all fixed numbers of inputs by Christoph Clauss
  • October 22, 2003 by Teresa Schlegel
    initially modelled.