Nand
Nand logic component with multiple input and one output
Library
Modelica/Electrical/Digital/Basic
Description
Nand component with multiple input values and one output.
According to the standard logic and table (Tables.AndTable) an intermediate value is calculated, to which the not table (Tables.NotTable) is applied.
To avoid loops in the numerical treatment, the pre operator is applied to the output.
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_n | n | Number of inputs | Scalar | |
mo_auxiliary | auxiliary | auxiliary | Structure | |
mo_auxiliary/fixed | fixed | Cell of vectors | true | |
mo_auxiliary/start | start | FromModelica('Modelica.Electrical.Digital.Interfaces.Logic.''U''') | ||
mo_auxiliary_n | auxiliary_n | auxiliary_n | Structure | |
mo_auxiliary_n/fixed | fixed | Cell of scalars | true | |
mo_auxiliary_n/start | start | FromModelica('Modelica.Electrical.Digital.Interfaces.Logic.''U''') |
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo__nmodifiers | Number of Modifiers | Specifies the number of modifiers | Number | |
mo__modifiers | Modifiers | Add new modifier | Structure | |
mo__modifiers/varname | Variable name | Cell of strings | ||
mo__modifiers/attribute | Attribute | Cell of strings | 'start' | |
mo__modifiers/value | Value |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
x | implicit | Connector of Digital input signal vector | input | 1 |
y | implicit | Connector of Digital output signal | output | 1 |