libtcspc.ExtrapolatePeriodicSequences

final class libtcspc.ExtrapolatePeriodicSequences(tick_index, numeric_traits=None)[source]

Bases: Node

Processor that extrapolates a periodic sequence to a one-shot timing event.

Converts each PeriodicSequenceModelEvent to a RealOneShotTimingEvent extrapolated to the given tick index. Other events pass through.

Parameters:
  • tick_index (int or Param[int]) – Tick index to extrapolate to.

  • numeric_traits (NumericTraits or None) – Numeric traits for the emitted event. Defaults to NumericTraits().

Notes

Events handled:

See also

tcspc::extrapolate_periodic_sequences()

The underlying C++ factory function.