modelInvGate

InvGate with 1 input value, composed by Not and sensitive inertial delay

Extends from D.Delay.DelayParams (Definition of delay parameters), D.Interfaces.SISO (Single input, single output).

Information

The InvGate model has a single valued input, and a single valued output. It is composed by a Basic Not and an InertialDelaySensitive. Its parameters are the delay parameters (rise and fall inertial delay time, and initial value).

Parameters

TypeNameDefaultDescription
SI.TimetLH (from DelayParams)Rise inertial delay
SI.TimetHL (from DelayParams)Fall inertial delay
Ly0 (from DelayParams)L.'U'Initial value of output

Connectors

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

Components

TypeNameDefaultDescription
D.Basic.NotG1
D.Delay.InertialDelaySensitiveG2

Revisions

August 14, 2003
by Teresa Schlegel initially modelled.