modelBufGate
BufGate 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 BufGate model has a single valued input, and a single valued output. It consists of an InertialDelaySensitive only. 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.Delay.InertialDelaySensitive | G1 |
Revisions
- September 21, 2004
- by Andre Schneider initially modelled.