adapnex::core::TP

A pulse generator that can be used to generate pulses with a defined pulse duration.

Synopsis

Declared in <adapnex/core/timer.h>

class TP;

Member Functions

Name

Description

operator()

Function call operators

Data Members

Name

Description

ET

As long as Q is true, the duration in ET is incremented until the value reaches PT. It then remains equal to PT.

IN

Input that triggers the start of the pulse.

PT

Input defining 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.

Created with MrDocs