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

TypeNameDefaultDescription
D.Interfaces.DigitalInputx (from SISO)Connector of Digital input signal
D.Interfaces.DigitalOutputy (from SISO)Connector of Digital output signal

Revisions

August 14, 2003
by Teresa Schlegel initially modelled.