modelNot
Not logic component without delay
Extends from D.Interfaces.SISO (Single input, single output).
Information
Not component with 1 input value, without delay.
According to the standard logic not table (Tables.NotTable) the output value is calculated.
To avoid loops in the numerical treatment, the pre operator is applied to the output.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| D.Interfaces.DigitalInput | x (from SISO) | Connector of Digital input signal | |
| D.Interfaces.DigitalOutput | y (from SISO) | Connector of Digital output signal |
Revisions
- August 14, 2003
- by Teresa Schlegel initially modelled.