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
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n (from MISO) | 2 | Number of inputs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| D.Interfaces.DigitalInput[n] | x (from MISO) | Connector of Digital input signal vector | |
| D.Interfaces.DigitalOutput | y (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.