WOLFRAM SYSTEM MODELER

BooleanToLogic

Boolean to Logic converter

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Digital.Converters.BooleanToLogic"]
Out[1]:=

Information

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

Conversion of a Boolean input into a digital output without any delay according to:

input      output
true       '1'  (coded by 4)
false      '0'  (coded by 3)

If the signal width is greater than 1 this conversion is done for each signal.

Parameters (1)

n

Value:

Type: Integer

Description: Signal width

Connectors (2)

x

Type: BooleanInput[n]

Description: 'input Boolean' as connector

y

Type: DigitalOutput[n]

Description: Output DigitalSignal as connector

Revisions

  • September 15, 2004 by Christoph Clauss colors changed
  • November 4, 2003 by Christoph Clauss
    initially modelled.