libtcspc.DynamicOneShotTimingGenerator

class libtcspc.DynamicOneShotTimingGenerator(numeric_traits=None)[source]

Bases: TimingGenerator

Timing generator that emits a single output event whose delay comes from the trigger.

The trigger event must have a delay field.

Parameters:

numeric_traits (NumericTraits or None) – Numeric traits specifying abstime_type. Defaults to NumericTraits().

See also

tcspc::dynamic_one_shot_timing_generator

The underlying C++ timing generator.