adapnex::core::TP::operator()
Function call operator
Parameters
| Name | Description |
|---|---|
IN |
Trigger for the start of the pulse. |
PT |
The duration of the pulse. |
Q |
Output that produces the defined pulse. If IN is false, the output Q is false. As soon as IN is true, Q becomes true and remains so for the duration PT, irrespective of the state of the input IN. |
ET |
As long as Q is true, the duration in ET is incremented until the value reaches PT. It then remains equal to PT. |
Created with MrDocs