libtcspc.DecodePQT3Generic

final class libtcspc.DecodePQT3Generic(numeric_traits=None)[source]

Bases: Node

Processor that decodes PicoQuant T3 (Generic) FIFO records.

Used with HydraHarp V2, MultiHarp, TimeHarp 260, and PicoHarp 330.

Parameters:

numeric_traits (NumericTraits or None) – Numeric traits specifying abstime, channel, and difftime types. Defaults to NumericTraits().

Notes

Events handled:

See also

tcspc::decode_pqt3_generic()

The underlying C++ factory function.