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
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Time | tLH (from DelayParams) | Rise inertial delay | |
| SI.Time | tHL (from DelayParams) | Fall inertial delay | |
| L | y0 (from DelayParams) | L.'U' | Initial value of 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 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| D.Basic.Not | G1 | ||
| D.Delay.InertialDelaySensitive | G2 |
Revisions
- August 14, 2003
- by Teresa Schlegel initially modelled.