WOLFRAM SYSTEM MODELER

And

And logic component with multiple input and one output

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Digital.Basic.And"]
Out[1]:=

Information

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

And component with multiple input values and one output.

According to the standard logic and table (Tables.AndTable) the output value is calculated.

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

Parameters (1)

n

Value: 2

Type: Integer

Description: Number of inputs

Connectors (2)

x

Type: DigitalInput[n]

Description: Connector of Digital input signal vector

y

Type: DigitalOutput

Description: Connector of Digital output signal

Used in Components (4)

MUX4

Modelica.Electrical.Digital.Examples.Utilities

4 to 1 Bit Multiplexer

RSFF

Modelica.Electrical.Digital.Examples.Utilities

Unclocked RS FlipFlop

JKFF

Modelica.Electrical.Digital.Examples.Utilities

JK FlipFlop

AndGate

Modelica.Electrical.Digital.Gates

AndGate with multiple input

Revisions

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